Guardfile in stockor-0.1.9 vs Guardfile in stockor-0.2

- old
+ new

@@ -5,9 +5,9 @@ tests.client do end tests.server do - + watch(%r{^templates/print/*}) { "spec/server/print/form_spec.rb" } end end