From 134af233ad069513d1e7b481ba0f87ff78146b67 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 25 Apr 2013 17:24:22 +1000 Subject: [PATCH] tell people about new autospec --- Guardfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Guardfile b/Guardfile index 85a79eb4c2d..42803384844 100644 --- a/Guardfile +++ b/Guardfile @@ -27,6 +27,7 @@ guard 'jshint-on-rails', config_path: 'config/jshint.yml' do end unless ENV["USING_AUTOSPEC"] + puts "Sam strongly recommends you Run: `bundle exec rake autospec` in favor of guard for specs, set USING_AUTOSPEC in .rvmrc to disable from Guard" guard :spork, wait: 120 do watch('config/application.rb') watch('config/environment.rb')