Skip to content

Instantly share code, notes, and snippets.

@fivemini
Created March 7, 2012 15:05
Show Gist options
  • Save fivemini/1993685 to your computer and use it in GitHub Desktop.
Save fivemini/1993685 to your computer and use it in GitHub Desktop.
Gemfile for rspec-rails and cucumber-rails at Rails 3.2.1
group :test, :development do
gem 'rspec-rails'
gem 'cucumber-rails'
gem 'database_cleaner'
end
bundle install
rails g rspec:install
rails generate cucumber:install ja --rspec --capybara
rspec
cucumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment