Guardfile in simple_resource-0.0.1 vs Guardfile in simple_resource-0.1.0
- old
+ new
@@ -6,10 +6,10 @@
watch("Gemfile")
watch("Gemfile.lock")
watch("spec/spec_helper.rb") { :rspec }
end
-guard "rspec", cli: "--drb --color", version: 2, all_on_start: false, all_after_pass: false do
+guard "rspec", cli: "--drb --color", all_on_start: false, all_after_pass: false do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch("spec/spec_helper.rb") { "spec" }
watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }