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