Created
February 24, 2012 00:16
-
-
Save nowk/1896027 to your computer and use it in GitHub Desktop.
Most basic test gems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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