Skip to content

Commit

Permalink
Revert how we run cucumber.
Browse files Browse the repository at this point in the history
It's causing a SystemStackError on 1.9.2.
I'm not sure why and don't have time to debug it now.
  • Loading branch information
myronmarston committed Aug 26, 2013
1 parent c87781b commit b76fe2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions script/test_all
Expand Up @@ -32,9 +32,9 @@ else
done
fi

# Prepare RUBYOPT for scenarios that are shelling out to ruby,
# and PATH for those that are using `rspec` or `rake`.
RUBYOPT="-I${PWD}/bundle -rbundler/setup" \
PATH="${PWD}/bin:$PATH" \
bin/cucumber --strict
# TODO: it would be nice to figure out how to run the cukes w/o the overhead of
# bundler, but just running `bin/cucumber` can fail due to the fact that it
# shells out (via aruba) and executes `rspec`--which can pick up the wrong
# rspec version if we're not running with bundler.
bundle exec cucumber --strict

0 comments on commit b76fe2b

Please sign in to comment.