We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18bee commit 619731dCopy full SHA for 619731d
travis/script/clone_all_rspec_repos
@@ -9,6 +9,7 @@ if is_mri; then
9
clone_repo "rspec-core"
10
clone_repo "rspec-expectations"
11
clone_repo "rspec-mocks"
12
+ clone_repo "rspec-rails"
13
14
if rspec_support_compatible; then
15
clone_repo "rspec-support"
travis/script/run_build
@@ -14,6 +14,7 @@ if is_mri; then
run_spec_suite_for "rspec-core"
run_spec_suite_for "rspec-expectations"
16
run_spec_suite_for "rspec-mocks"
17
+ run_spec_suite_for "rspec-rails"
18
19
20
run_spec_suite_for "rspec-support"
0 commit comments