Search code examples
rubyruby-on-rails-3cucumbersporkguard

limit growl notifications (failures only) from Cucumber (using guard, spork, ruby_gntp)


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.


Solution

  • 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.