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'
end
Then add the configuration to the Guardfile:
$ bundle exec guard init konacha-rails
Then to run:
$ bundle exec guard