Myron Robertson

Results 1 comments of Myron Robertson

When I manually create the Guardfile I get a little bit more feed back form the error stack. Guardfile ``` ruby guard 'motion' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }...