How can I stop certain Cucumber messages from appearing in Growl? e.g. pending steps or notifications indicating success. I only want to be interrupted if I've broken something.
Looking at the code, there is currently no way of doing this.
Edit:
As Chris himself found out:
Mmm, actually I think you put me on the right track. Since I'm using ruby_gntp, it looks like like I should be able to disable different notification types via the Growl GUI. However when I do that, ruby_gntp is raising an exception at its line# 125. I've emailed the author to see what he thinks.