No commit activity in last 3 years
No release in over 3 years
Guard plugin for the konacha testing framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 2
>= 3.0
>= 4.0
 Project Readme

guard-konacha-rails

Gem Version Build Status Coverage Status Code Climate

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