Class: Guard::Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/guard/compat/test/helper.rb

Class Method Summary collapse

Class Method Details

.notify(_msg, _options = {}) ⇒ Object



12
13
14
# File 'lib/guard/compat/test/helper.rb', line 12

def self.notify(_msg, _options = {})
  fail NotImplementedError, 'stub this method in your tests'
end