Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created February 26, 2013 18:53
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 DCarper/5041019 to your computer and use it in GitHub Desktop.
Save DCarper/5041019 to your computer and use it in GitHub Desktop.
favorite TDD tools
group :test do
gem 'shoulda'
gem 'factory_girl_rails'
gem 'rspec-rails'
gem 'turnip'
gem 'capybara'
gem 'selenium'
gem 'capybara-webkit'
gem 'capybara-firebug'
gem 'mocha'
gem 'pry'
gem 'database_cleaner'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment