From 20787bcfb39fa16005d7b361c6b408014df9d37d Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Tue, 8 Jan 2019 17:09:10 +0200 Subject: [PATCH] Turn off Guard notifications --- Guardfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Guardfile b/Guardfile index 278ad0e..6516f56 100644 --- a/Guardfile +++ b/Guardfile @@ -15,4 +15,6 @@ guard :rspec, cmd: 'spring rspec' do # Capybara features specs watch(%r{^app/views/(.+)/.*\.(erb|haml|slim)$}) { |m| "spec/features/#{m[1]}_spec.rb" } + + notification :off end