mvg-live 1.0.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/Guardfile DELETED
@@ -1,8 +0,0 @@
1
- # More info at https://github.com/guard/guard#readme
2
- guard 'minitest' do
3
- watch(%r|^spec/(.*)_spec\.rb|)
4
- watch(%r|^lib/(.*)/(.*)/([^/]+)\.rb|) { |m| "spec/#{m[1]}_#{m[2]}_spec.rb" }
5
- watch(%r|^lib/(.*)/([^/]+)\.rb|) { |m| "spec/#{m[1]}_#{m[2]}_spec.rb" }
6
- watch(%r|^spec/spec_helper\.rb|) { "spec" }
7
- end
8
-