Is it possible to suppress guard-rspec notifications when all the specs pass? I’d like to get a giant Growl notification when the specs fail, though. Is that possible?
i.e. Does such a setting exist in any part of the stack?
- guard-rspec
- guard
- the growl gem
- growlnotify command line app
- growl
In my version of Growl – the paid version from the Mac App store – which I use with the
gntpgem I am able to configure aGuardoption under theApplicationstab in the Growl settings.Here you can enable or disable growl notifications for success or failure separately.
There is one implication, if you disable success then you get the following line at the end of your test run where there were no errors:
For failures you will get a notification as expected.