Skip to content

Instantly share code, notes, and snippets.

@vinniefranco
Created July 26, 2011 17:49
Show Gist options
  • Save vinniefranco/1107345 to your computer and use it in GitHub Desktop.
Save vinniefranco/1107345 to your computer and use it in GitHub Desktop.
group :development, :test do
gem 'rspec-rails', '>= 2.5.0'
gem 'capybara'
gem 'launchy'
end
group :test do
gem 'cucumber-rails'
gem 'factory_girl_rails'
gem 'database_cleaner'
end
group :development do
gem 'bullet'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment