robbyrussell (owner)

Fork Of

Revisions

gist: 175153 Download_button fork
public
Public Clone URL: git://gist.github.com/175153.git
Embed All Files: show embed
Setting up RSpactor with Cucumber Support on OS X Leopard #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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