Skip to content

Commit a5dc403

Browse files
committed
tune script for just autotest
1 parent 39cc083 commit a5dc403

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

script/test_all

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "Bundling Standalone so we can run the specs w/o bundler loaded"
2424
bundle install --standalone --binstubs
2525

2626
echo "Running all..."
27-
bin/rspec spec -b --format progress --profile
27+
bin/rspec spec -b --format progress
2828

2929
echo
3030
echo "--------------------------------------------------------------------"
@@ -37,13 +37,3 @@ else
3737
NO_COVERALLS=1 bin/rspec $file -b --format progress
3838
done
3939
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

0 commit comments

Comments
 (0)