Project

guard-yeti

0.0
No commit activity in last 3 years
No release in over 3 years
Guard watches files. Use guard-yeti to run your YUI unit test via Yeti, when your implementation files change
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0
 Project Readme

Guard::Yeti

Install

Please be sure to have Guard and Yeti installed before continue.

Install the gem:

$ gem install guard-yeti

Add it to your Gemfile (inside test group):

gem 'guard-yeti'

Add guard definition to your Guardfile with:

$ guard init yeti

Usage

Please read the Guard usage documentation.

Start the yeti server and open http://localhost:8000 in a browser

yeti --server

Guardfile

Please read Guard doc for more info about the Guardfile DSL.

Rails app

guard 'yeti' do
  watch(%r{^public/javascripts/(.*).js}) { |m| "public/javascripts/test/#{m[1]}_test.html" }
  watch(%r{^public/javascripts/test/(.*).html}) 
end

Author

Simon HĂžjberg