Skip to content

Commit 9403dbd

Browse files
committed
Remove rails version logic that's in rspec-rails now.
1 parent b01dbd9 commit 9403dbd

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

travis/script/functions.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ function is_mri_192 {
4848
fi
4949
}
5050

51-
function set_rails_version_for_rspec_rails {
52-
if ruby -e "exit(RUBY_VERSION < '1.9.3')"; then
53-
export RAILS_VERSION=3.2.17
54-
fi
55-
}
56-
5751
function rspec_support_compatible {
5852
if [ "$MAINTENANCE_BRANCH" != "2-99-maintenance" ] && [ "$MAINTENANCE_BRANCH" != "2-14-maintenance" ]; then
5953
return 0

travis/script/run_build

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

2119
if rspec_support_compatible; then

0 commit comments

Comments
 (0)