Skip to content

Instantly share code, notes, and snippets.

@pch
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save pch/bbc524b06d888290dae1 to your computer and use it in GitHub Desktop.

Select an option

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