File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ echo "Bundling Standalone so we can run the specs w/o bundler loaded"
24
24
bundle install --standalone --binstubs
25
25
26
26
echo " Running all..."
27
- bin/rspec spec -b --format progress --profile
27
+ bin/rspec spec -b --format progress
28
28
29
29
echo
30
30
echo " --------------------------------------------------------------------"
37
37
NO_COVERALLS=1 bin/rspec $file -b --format progress
38
38
done
39
39
fi
40
-
41
- # Prepare RUBYOPT for scenarios that are shelling out to ruby,
42
- # and PATH for those that are using `rspec` or `rake`.
43
- # RUBYOPT="-I${PWD}/bundle -rbundler/setup" \
44
- # PATH="${PWD}/bin:$PATH" \
45
- # bin/cucumber
46
-
47
- # For now, use this instead, due to a bug in bundler:
48
- # https://github.com/carlhuda/bundler/issues/2382
49
- bundle exec bin/cucumber
You can’t perform that action at this time.
0 commit comments