Skip to content

Instantly share code, notes, and snippets.

@fnhipster
Created August 23, 2010 21:29
Show Gist options
  • Save fnhipster/546382 to your computer and use it in GitHub Desktop.
Save fnhipster/546382 to your computer and use it in GitHub Desktop.
Setting up Cucumber on Rails 3
# /Gemfile
# We do Behaviour Driven Development
group :development, :test do
gem 'cucumber'
gem 'cucumber-rails'
gem 'webrat'
end
#---
# Shell
rails g cucumber:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment