Skip to content

Commit 1cb6ca9

Browse files
committed
RAILS_VERSION needs to be set during bundling, not cloning.
1 parent 6d4784c commit 1cb6ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

travis/script/clone_all_rspec_repos

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ set -e -x
33
source script/functions.sh
44

55
if is_mri; then
6-
set_rails_version_for_rspec_rails
7-
86
pushd ..
97

108
clone_repo "rspec"

travis/script/run_build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ 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+
18+
set_rails_version_for_rspec_rails
1719
run_spec_suite_for "rspec-rails"
1820

1921
if rspec_support_compatible; then

0 commit comments

Comments
 (0)