Guardfile in mongoid-locker-0.2.1 vs Guardfile in mongoid-locker-0.3.0

- old
+ new

@@ -1,7 +1,7 @@ # More info at https://github.com/guard/guard#readme -guard 'rspec', :version => 2 do +guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch('Gemfile') { "spec" } watch('Gemfile.lock') { "spec" } watch(%r{^lib/(.+)\.rb$}) { "spec" }