File tree Expand file tree Collapse file tree 7 files changed +17
-7
lines changed Expand file tree Collapse file tree 7 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2016-06-14T22:22:14-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-11-07T00:20:00+09 :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 2016-06-14T22:22:14-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-11-07T00:20:00+09 :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 2016-06-14T22:22:14-07 :00 from the rspec-dev repo.
2
+ # This file was generated on 2016-11-07T00:20:00+09 :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 2016-06-14T22:22:14-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-11-07T00:20:00+09 :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 ) "
Original file line number Diff line number Diff line change 1
- # This file was generated on 2016-06-14T22:22:14-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-11-07T00:20:00+09 :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,11 @@ function rspec_support_compatible {
65
65
fi
66
66
}
67
67
68
+ function additional_specs_available {
69
+ type run_additional_specs > /dev/null 2>&1
70
+ return $?
71
+ }
72
+
68
73
function documentation_enforced {
69
74
if [ -x ./bin/yard ]; then
70
75
if is_mri_2plus; then
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2016-06-14T22:22:14-07 :00 from the rspec-dev repo.
2
+ # This file was generated on 2016-11-07T00:20:00+09 :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
13
13
fold " binstub check" check_binstubs
14
14
15
15
fold " specs" run_specs_and_record_done
16
+
17
+ if additional_specs_available; then
18
+ fold " additional specs" run_additional_specs
19
+ fi
20
+
16
21
fold " cukes" run_cukes
17
22
18
23
if documentation_enforced; then
Original file line number Diff line number Diff line change 1
- # This file was generated on 2016-06-14T22:22:14-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-11-07T00:20:00+09 :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:
You can’t perform that action at this time.
0 commit comments