notification for guard off

This commit is contained in:
Torsten 2022-12-16 16:50:13 +02:00
parent 46987dac70
commit 54e8c287ca

View File

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