Created
August 26, 2009 00:05
-
-
Save robbyrussell/175153 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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