/guard-konacha-rails

Guard plugin for the konacha testing framework.

Primary LanguageRubyMIT LicenseMIT

guard-konacha-rails

Gem Version Build Status Dependency Status Coverage Status

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