Guardfile in quandl_operation-0.4.1 vs Guardfile in quandl_operation-0.4.2.rc1
- old
+ new
@@ -1,8 +1,7 @@
group :specs do
guard :rspec, cmd: 'bundle exec rspec --fail-fast -f doc --color' do
- watch(%r{^spec/.+_spec\.rb$})
- watch(%r{^(lib/.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
- watch('spec/spec_helper.rb') { 'spec' }
+ watch(%r{^spec/.+_spec\.rb$})
+ watch(%r{^(lib/.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
+ watch('spec/spec_helper.rb') { 'spec' }
end
end
-