diff --git a/Guardfile b/Guardfile index 0623256..bee49e7 100644 --- a/Guardfile +++ b/Guardfile @@ -39,10 +39,10 @@ # zeus: false # enables zeus gem. # CLI: 'rails server' # customizes runner command. Omits all options except `pid_file`! -guard 'rails' do - watch('Gemfile.lock') - watch(%r{^(config|lib)/.*}) -end +#guard 'rails' do +# watch('Gemfile.lock') +# watch(%r{^(config|lib)/.*}) +#end guard :minitest do watch(%r{^app/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" }