Skip to content

Instantly share code, notes, and snippets.

@obrientimothya
Created December 20, 2017 15:01
Show Gist options
  • Save obrientimothya/098a5ee0bf473951d7e1b473e2717997 to your computer and use it in GitHub Desktop.
Save obrientimothya/098a5ee0bf473951d7e1b473e2717997 to your computer and use it in GitHub Desktop.
Testapp Install Guard
# --- snip
group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'guard'
gem 'guard-rspec'
gem 'guard-cucumber'
end
# --- /snip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment