This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +21
-10
lines changed Expand file tree Collapse file tree 9 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# In order to install old Rubies, we need to use old Ubuntu distibution.
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
version : " {build}"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
@@ -187,7 +187,10 @@ function run_all_spec_suites {
187
187
fold " rspec-core specs" run_spec_suite_for " rspec-core"
188
188
fold " rspec-expectations specs" run_spec_suite_for " rspec-expectations"
189
189
fold " rspec-mocks specs" run_spec_suite_for " rspec-mocks"
190
- fold " rspec-rails specs" run_spec_suite_for " rspec-rails"
190
+
191
+ if rspec_rails_compatible; then
192
+ fold " rspec-rails specs" run_spec_suite_for " rspec-rails"
193
+ fi
191
194
192
195
if rspec_support_compatible; then
193
196
fold " rspec-support specs" run_spec_suite_for " rspec-support"
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
function is_mri {
@@ -65,6 +65,14 @@ function is_ruby_23_plus {
65
65
fi
66
66
}
67
67
68
+ function rspec_rails_compatible {
69
+ if is_ruby_23_plus; then
70
+ return 0
71
+ else
72
+ return 1
73
+ fi
74
+ }
75
+
68
76
function rspec_support_compatible {
69
77
if [ " $MAINTENANCE_BRANCH " != " 2-99-maintenance" ] && [ " $MAINTENANCE_BRANCH " != " 2-14-maintenance" ]; then
70
78
return 0
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# Taken from:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-07-24T15:33:48+02 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
You can’t perform that action at this time.
0 commit comments