guard-konacha-rails
Automatically run your Konacha tests through Guard.
Setup
If you are using bundler add guard-konacha-rails to your Gemfile:
group :development do
gem 'guard-konacha-rails'
endThen add the configuration to the Guardfile:
$ bundle exec guard init konacha-railsThen to run:
$ bundle exec guard