Skip to content

Commit 619731d

Browse files
committed
Add rspec-rails spec suite to travis builds.
1 parent 0b18bee commit 619731d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

travis/script/clone_all_rspec_repos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if is_mri; then
99
clone_repo "rspec-core"
1010
clone_repo "rspec-expectations"
1111
clone_repo "rspec-mocks"
12+
clone_repo "rspec-rails"
1213

1314
if rspec_support_compatible; then
1415
clone_repo "rspec-support"

travis/script/run_build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if is_mri; then
1414
run_spec_suite_for "rspec-core"
1515
run_spec_suite_for "rspec-expectations"
1616
run_spec_suite_for "rspec-mocks"
17+
run_spec_suite_for "rspec-rails"
1718

1819
if rspec_support_compatible; then
1920
run_spec_suite_for "rspec-support"

0 commit comments

Comments
 (0)