Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created July 20, 2017 10:04
Show Gist options
  • Save maxehmookau/cef31b9c90cfb9b5c564d4ca2ca0b40d to your computer and use it in GitHub Desktop.
Save maxehmookau/cef31b9c90cfb9b5c564d4ca2ca0b40d to your computer and use it in GitHub Desktop.
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'capybara', '~> 2'
gem 'pry'
gem 'factory_girl_rails'
gem 'faker'
gem 'shoulda', '~> 3.5'
gem 'shoulda-matchers', '~> 2.0'
gem 'mocha'
gem 'poltergeist'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment