Skip to content

Instantly share code, notes, and snippets.

@nowk
Created February 24, 2012 00:16
Show Gist options
  • Save nowk/1896027 to your computer and use it in GitHub Desktop.
Save nowk/1896027 to your computer and use it in GitHub Desktop.
Most basic test gems
gem 'chronic'
group :development, :test do
gem "foreman"
# group :test do
# Pretty printed test output
gem 'turn', '0.8.2', :require => false
gem "capybara"
gem "rspec-rails"
gem 'shoulda-matchers'
gem "factory_girl_rails"
gem "faker"
gem "timecop"
gem "database_cleaner"
gem "launchy"
gem "show_me_the_cookies"
gem "email_spec"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment