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.
2 parents b01dbd9 + 9403dbd commit cad4dd7Copy full SHA for cad4dd7
travis/script/functions.sh
@@ -48,12 +48,6 @@ function is_mri_192 {
48
fi
49
}
50
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
-
57
function rspec_support_compatible {
58
if [ "$MAINTENANCE_BRANCH" != "2-99-maintenance" ] && [ "$MAINTENANCE_BRANCH" != "2-14-maintenance" ]; then
59
return 0
travis/script/run_build
@@ -14,8 +14,6 @@ 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