Guardfile in splittingred-0.2.0 vs Guardfile in splittingred-0.2.1
- old
+ new
@@ -1,5 +1,8 @@
guard 'rspec', :version => 2, :cli => '--format documentation' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec/" }
end
+guard 'bundler' do
+ watch('Gemfile')
+end
\ No newline at end of file