Skip to content

Instantly share code, notes, and snippets.

@memaker
Last active November 11, 2016 22:54
Show Gist options
  • Save memaker/dbacbe88a6c3c8254ecce41b76e453ef to your computer and use it in GitHub Desktop.
Save memaker/dbacbe88a6c3c8254ecce41b76e453ef to your computer and use it in GitHub Desktop.
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'rspec-rails'
gem 'shoulda-matchers'
gem 'factory_girl_rails', '~> 4.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment