There was an error while loading. Please reload this page.
1 parent bd9aaad commit 7da825aCopy full SHA for 7da825a
script/run_build
@@ -10,7 +10,7 @@ export JRUBY_OPTS='-X-C' # disable JIT since these processes are so short lived
10
export JAVA_OPTS='-client -XX:+TieredCompilation -XX:TieredStopAtLevel=1'
11
12
echo "Running rspec specs"
13
-bin/rspec spec --format progress --profile
+bundle exec rspec spec --format progress --profile
14
15
echo "Running cucumber specs"
16
# TODO: it would be nice to figure out how to run the cukes w/o the overhead of
0 commit comments