summaryrefslogtreecommitdiff
path: root/Guardfile
diff options
context:
space:
mode:
Diffstat (limited to 'Guardfile')
-rw-r--r--Guardfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Guardfile b/Guardfile
index 4f6525ee..4de8b369 100644
--- a/Guardfile
+++ b/Guardfile
@@ -10,7 +10,7 @@ module ::Guard
def run_spec(path)
if File.exists?(path)
- cmd = "bundle exec bacon -Ilib/pry/test -Ispec -q #{path}"
+ cmd = "rake spec run=#{path}"
puts cmd
@success &&= system cmd
puts