Turn off Guard notifications
This commit is contained in:
parent
34c2532141
commit
20787bcfb3
|
@ -15,4 +15,6 @@ guard :rspec, cmd: 'spring rspec' do
|
||||||
|
|
||||||
# Capybara features specs
|
# Capybara features specs
|
||||||
watch(%r{^app/views/(.+)/.*\.(erb|haml|slim)$}) { |m| "spec/features/#{m[1]}_spec.rb" }
|
watch(%r{^app/views/(.+)/.*\.(erb|haml|slim)$}) { |m| "spec/features/#{m[1]}_spec.rb" }
|
||||||
|
|
||||||
|
notification :off
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue