0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Guard module for spinoff
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Guard::Spinoff

Guard::Spinoff is used to integrate the Spinoff server with Guard.

Installation

Install the gem.

$ gem install guard-spinoff

You can also add it to your Gemfile.

gem 'guard-spinoff'

Initialize or modify a Guardfile by running the following command.

$ guard init spinoff

Configuration

Make sure you set the :runner and :init options in your Guardfile.

guard 'spinoff', :runner => :rspec, :init => 'config/spinoff.rb' do
  # ...
end

Available runner options: :rspec, :test\_unit

The :init option takes the path to the Spinoff initialization file.

Caveats

  • No test suite yet!

Credits

Thanks to Jonathan and Andrew Assarattanakul for writing guard-spin which is the base for this gem.

Author