Skip to content

Instantly share code, notes, and snippets.

@memaker
Last active December 7, 2016 17:52
Show Gist options
  • Save memaker/494083c87862c4674621f1c1c438308b to your computer and use it in GitHub Desktop.
Save memaker/494083c87862c4674621f1c1c438308b to your computer and use it in GitHub Desktop.
Part of Gemfile including the gems
...
group :development, :test do
gem 'rspec-rails'
gem 'rails-controller-testing'
gem 'factory_girl_rails'
gem 'faker'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment