Skip to content

Instantly share code, notes, and snippets.

@obrientimothya
Created December 20, 2017 14:05
Show Gist options
  • Save obrientimothya/778da6971cffb005f16aa7a868797ea6 to your computer and use it in GitHub Desktop.
Save obrientimothya/778da6971cffb005f16aa7a868797ea6 to your computer and use it in GitHub Desktop.
Testapp Gemfile
# --- snip
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails', '~> 3.6'
gem 'capybara'
end
# --- /snip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment