Skip to content

Instantly share code, notes, and snippets.

@jhadeepakkumar14
Created June 10, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhadeepakkumar14/a0f1bcf1c080fc550ae20cd2234b02b1 to your computer and use it in GitHub Desktop.
Save jhadeepakkumar14/a0f1bcf1c080fc550ae20cd2234b02b1 to your computer and use it in GitHub Desktop.
guard-in-rails
1. Add following gem to development group of Gemfile
gem 'guard', '~> 2.14.0'
gem 'guard-rspec', '~> 4.7.2'
gem 'guard-cucumber', '~> 2.1.2'
2. Run the following command to install the gems:
bundle install
3. Also run the command:
guard init
4. Run the command:
bundle binstubs guard
5. Run:
cucumber --init
Note: Please check/update to latest version when you are using this gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment