diff --git a/Guardfile b/Guardfile index 6cfe848..8838271 100644 --- a/Guardfile +++ b/Guardfile @@ -7,7 +7,6 @@ guard 'rails' do watch(%r{^(config|lib)/.*}) end - guard :rspec, cmd: "bundle exec rspec" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }