Turn off Guard notifications

This commit is contained in:
Petko Bordjukov 2019-01-08 17:09:10 +02:00
parent 34c2532141
commit 20787bcfb3
1 changed files with 2 additions and 0 deletions

View File

@ -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