Skip to content

Instantly share code, notes, and snippets.

@kreas
Created April 9, 2012 13:41
Show Gist options
  • Select an option

  • Save kreas/2343474 to your computer and use it in GitHub Desktop.

Select an option

Save kreas/2343474 to your computer and use it in GitHub Desktop.
gem "rspec-rails", :group => [:test, :development]
group :test do
gem "factory_girl_rails"
gem 'capybara'
gem "guard-rspec"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment