Guardfile in fozzie-0.0.15 vs Guardfile in fozzie-0.0.16

- old
+ new

@@ -5,5 +5,8 @@ watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end +guard 'rocco' do + watch(%r{^lib/.*\.rb$}) +end \ No newline at end of file