Guardfile in adapter-mongo-0.7.0 vs Guardfile in adapter-mongo-0.8.0
- old
+ new
@@ -4,8 +4,8 @@
end
guard 'rspec', :version => 2 do
watch('spec/support/shared_mongo_adapter.rb') { 'spec' }
watch(%r{^spec/.+_spec\.rb$})
- watch(%r{^lib/adapter/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
+ watch(%r{^lib/adapter/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
end