Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbyrussell/175153 to your computer and use it in GitHub Desktop.
Save robbyrussell/175153 to your computer and use it in GitHub Desktop.
I use Cucumber 0.3.97. Your mileage may vary with older versions.
# install rspactor
sudo gem install guillaumegentil-rspactor
# Change your database.yml to include the following
test: &TEST
database: your_database_name_here
<<: *login
cucumber:
<<: *TEST
# If you want Growl notifications install growlnotify (http://growl.info/documentation/growlnotify.php) in /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment