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