Guardfile in ridley-connectors-1.7.1 vs Guardfile in ridley-connectors-2.0.0.rc1

- old
+ new

@@ -4,15 +4,9 @@ watch('Gemfile') watch('spec/spec_helper.rb') { :rspec } watch(%r{^spec/support/.+\.rb$}) { :rspec } end -guard 'yard', stdout: '/dev/null', stderr: '/dev/null' do - watch(%r{app/.+\.rb}) - watch(%r{lib/.+\.rb}) - watch(%r{ext/.+\.c}) -end - guard 'rspec', cli: "--color --drb --format Fuubar", all_on_start: false, all_after_pass: false do watch(%r{^spec/unit/.+_spec\.rb$}) watch(%r{^spec/acceptance/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" }