From 3d691176b87e21e3f4b3e93edc0360fe0eba5fa7 Mon Sep 17 00:00:00 2001 From: yafeilee Date: Tue, 8 Mar 2016 23:28:27 +0800 Subject: [PATCH] Guardfile for rails --- Guardfile | 1 - 1 file changed, 1 deletion(-) 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" }