Skip to content

Instantly share code, notes, and snippets.

@macarthy
Created June 13, 2010 00:39
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 macarthy/436225 to your computer and use it in GitHub Desktop.
Save macarthy/436225 to your computer and use it in GitHub Desktop.
# require gems
gem 'webrat'
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber', '0.7.2'
gem 'rspec-rails', '2.0.0.beta.8'
gem 'spork'
gem 'launchy' # So you can do Then show me the page
# generate Cucumber infrastructure
run './script/generate cucumber:install --rspec --capybara'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment