Skip to content

Instantly share code, notes, and snippets.

@antico5
Created February 28, 2018 16:45
Show Gist options
  • Save antico5/1d0094bba900e35c385385e67f1e836c to your computer and use it in GitHub Desktop.
Save antico5/1d0094bba900e35c385385e67f1e836c to your computer and use it in GitHub Desktop.
Guard RSpec
group :development do
  gem 'guard-rspec', require: false
end

bundle exec guard init rspec

guard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment