nickbrowne / guard-konacha-rails

Guard plugin for the konacha testing framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Guard plugin for the konacha testing framework.

License:MIT License


Languages

Language:Ruby 100.0%