Skip to content

Instantly share code, notes, and snippets.

@pch
Last active August 29, 2015 14:04
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 pch/bbc524b06d888290dae1 to your computer and use it in GitHub Desktop.
Save pch/bbc524b06d888290dae1 to your computer and use it in GitHub Desktop.
# rspec
group :test do
gem 'rspec-rails'
gem 'launchy'
gem 'capybara'
gem 'webrat'
gem 'database_cleaner'
gem 'email_spec'
gem 'factory_girl_rails'
end
# vs:
group :test do
gem 'turn'
gem 'mocha', require: false
gem 'capybara'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment