From 7e09a8f4379e80fc4344003f7540907a7eee91e7 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 14 Aug 2015 08:48:42 +0200 Subject: [PATCH] Minor rewrite. --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index f3b4b4c..7c149db 100644 --- a/Guardfile +++ b/Guardfile @@ -15,7 +15,7 @@ # # and, you'll have to watch "config/Guardfile" instead of "Guardfile" # -guard :minitest, :spring => false do +guard :minitest, spring: false do watch(%r{^lib/(.+)\.rb$}) do |m| name = m[1].split('/')[1..-1].join('_') "spec/#{name}_spec.rb"