From 54e8c287ca5622c19773a6cfcdccccb7ca7bd43c Mon Sep 17 00:00:00 2001 From: Torsten Date: Fri, 16 Dec 2022 16:50:13 +0200 Subject: [PATCH] notification for guard off --- Guardfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Guardfile b/Guardfile index 23074cd..a49b5ac 100644 --- a/Guardfile +++ b/Guardfile @@ -67,4 +67,5 @@ guard :rspec, cmd: "bundle exec rspec" do watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) do |m| Dir[File.join("**/#{m[1]}.feature")][0] || "spec/acceptance" end + notification :off end