Guardfile in ridley-0.3.2 vs Guardfile in ridley-0.4.0

- old
+ new

@@ -1,6 +1,5 @@ notification :off -interactor :coolline guard 'spork' do watch('Gemfile') watch('spec/spec_helper.rb') { :rspec } watch(%r{^spec/support/.+\.rb$}) { :rspec }