Guardfile in mp4_renamer-0.1.1 vs Guardfile in mp4_renamer-0.1.2
- old
+ new
@@ -1,8 +1,5 @@
-# A sample Guardfile
# More info at https://github.com/guard/guard#readme
-project_name = 'mp4_renamer'
-
guard 'minitest' do
watch(%r|^test/(.*)\/?test_(.*)\.rb|)
watch(%r|^lib/(.*)([^/]+)\.rb|) { |m| "test/#{m[1]}test_#{m[2]}.rb" }
watch(%r|^test/test_helper\.rb|) { "test" }
end