Skip to content

Instantly share code, notes, and snippets.

@paul
Created March 12, 2014 18:07
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 paul/9512699 to your computer and use it in GitHub Desktop.
Save paul/9512699 to your computer and use it in GitHub Desktop.
group :test, :development do
gem 'fabrication', '~> 2.9.3'
gem 'faker'
gem 'rspec-rails', '~> 3.0.0.beta1'
gem 'turnip'
gem 'capybara'
gem 'spring-commands-rspec'
gem 'timecop'
gem 'simplecov', '0.8.2', require: false
end
group :development do
gem 'awesome_print'
gem 'rb-fsevent', '~> 0.9.3' if RUBY_PLATFORM =~ /darwin/i
gem 'rb-inotify', '~> 0.9.3' if RUBY_PLATFORM =~ /linux/i
gem 'guard', '~> 2.2.5'
gem 'guard-rspec'
gem 'pry-rails'
gem 'pry-remote'
gem 'better_errors'
gem 'binding_of_caller'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment