Skip to content

Instantly share code, notes, and snippets.

View subdigital's full-sized avatar

Ben Scheirman subdigital

View GitHub Profile
group :development, :test do
gem 'capybara'
gem 'rspec'
gem 'rspec-rails'
gem 'autotest'
gem 'autotest-rails'
gem 'cucumber'
gem 'cucumber-rails'
gem 'database_cleaner'
gem 'pickler'