Menu
  • HOME
  • TAGS

Guard not sending gntp notifications to growl

ruby,guard,minitest,growl

hmmm, my first guess would be that guard is not enabled in your growl settings: have you checked your growl preferences? I would also check http://www.rubydoc.info/github/guard/guard/Guard/Notifier/Growl to ensure you have correct config options. if that doesn't work, open an issue at https://github.com/guard/guard-minitest/issues Update: looks like this was a bug in...