To use:
Install guard gem gem install guard or add to Gemfile gem 'guard'
Install dependencies gem install test-unit json or add to Gemfile gem 'test-unit' gem 'json'
copy guard folder and Guardfile sample to your Rails application execute guard from the rails folder