File tree Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-08-01T02:04:28-04 :00 from the rspec-dev repo.
1
+ # This file was generated on 2015-08-11T10:10:30+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 2015-08-01T02:04:28-04 :00 from the rspec-dev repo.
1
+ # This file was generated on 2015-08-11T10:10:30+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 2015-08-01T02:04:28-04 :00 from the rspec-dev repo.
2
+ # This file was generated on 2015-08-11T10:10:30+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 2015-08-01T02:04:28-04 :00 from the rspec-dev repo.
1
+ # This file was generated on 2015-08-11T10:10:30+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 ) "
@@ -11,6 +11,10 @@ export JRUBY_OPTS=${JRUBY_OPTS:-"--server -Xcompile.invokedynamic=false"}
11
11
SPECS_HAVE_RUN_FILE=specs.out
12
12
MAINTENANCE_BRANCH=` cat maintenance-branch`
13
13
14
+ # Don't allow rubygems to pollute what's loaded. Also, things boot
15
+ # faster without the extra load time of rubygems.
16
+ export RUBYOPT=" --disable=gem"
17
+
14
18
function clone_repo {
15
19
if [ ! -d $1 ]; then # don't clone if the dir is already there
16
20
travis_retry eval " git clone git://github.com/rspec/$1 --depth 1 --branch $MAINTENANCE_BRANCH "
@@ -49,7 +53,7 @@ function run_cukes {
49
53
else
50
54
# Prepare RUBYOPT for scenarios that are shelling out to ruby,
51
55
# and PATH for those that are using `rspec` or `rake`.
52
- RUBYOPT=" -I${PWD} /../bundle -rbundler/setup" \
56
+ RUBYOPT=" ${RUBYOPT} -I${PWD} /../bundle -rbundler/setup" \
53
57
PATH=" ${PWD} /bin:$PATH " \
54
58
bin/cucumber --strict
55
59
fi
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-08-01T02:04:28-04 :00 from the rspec-dev repo.
1
+ # This file was generated on 2015-08-11T10:10:30+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 {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2015-08-01T02:04:28-04 :00 from the rspec-dev repo.
2
+ # This file was generated on 2015-08-11T10:10:30+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 2015-08-01T02:04:28-04 :00 from the rspec-dev repo.
1
+ # This file was generated on 2015-08-11T10:10:30+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:
You can’t perform that action at this time.
0 commit comments