Guardfile in yamg-0.5.3 vs Guardfile in yamg-0.5.5

- old
+ new

@@ -12,10 +12,10 @@ watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end guard :rspec, cmd: 'bundle exec rspec' do watch(%r{^spec/.+_spec\.rb$}) - watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } + watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^generators/(.+)\.rb$/}) { |_m| 'spec/schemaless/worker_spec' } - watch('spec/spec_helper.rb') { 'spec' } + watch('spec/spec_helper.rb') { 'spec' } end