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 6d4784c commit 1cb6ca9Copy full SHA for 1cb6ca9
travis/script/clone_all_rspec_repos
@@ -3,8 +3,6 @@ set -e -x
3
source script/functions.sh
4
5
if is_mri; then
6
- set_rails_version_for_rspec_rails
7
-
8
pushd ..
9
10
clone_repo "rspec"
travis/script/run_build
@@ -14,6 +14,8 @@ if is_mri; then
14
run_spec_suite_for "rspec-core"
15
run_spec_suite_for "rspec-expectations"
16
run_spec_suite_for "rspec-mocks"
17
+
18
+ set_rails_version_for_rspec_rails
19
run_spec_suite_for "rspec-rails"
20
21
if rspec_support_compatible; then
0 commit comments