Guardfile in ubi-0.0.3 vs Guardfile in ubi-0.0.5
- old
+ new
@@ -9,8 +9,8 @@
guard :rspec, cmd: 'bundle exec rspec' do
watch(/^spec\/.+_spec\.rb$/)
watch(/^lib\/(.+)\.rb$/) { |m| "spec/#{m[1]}_spec.rb" }
watch(/^generators\/(.+)\.rb$/) { |_m| 'spec/schemaless/worker_spec' }
- watch('lib/ubi.rb') { 'spec' }
- watch('spec/spec_helper.rb') { 'spec' }
+ watch('lib/ubi.rb') { 'spec' }
+ watch('spec/spec_helper.rb') { 'spec' }
end