Class: Guard::Yeti::Notifier
- Inherits:
-
Object
- Object
- Guard::Yeti::Notifier
- Defined in:
- lib/guard/yeti/notifier.rb
Class Method Summary collapse
Class Method Details
.notify(result, message) ⇒ Object
6 7 8 |
# File 'lib/guard/yeti/notifier.rb', line 6 def self.notify(result, ) ::Guard::Notifier.notify(, :title => 'Yeti test results', :image => (result ? :success : :failed)) end |