Class: Guard::Notifier
- Inherits:
-
Object
- Object
- Guard::Notifier
- 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, = {}) fail NotImplementedError, 'stub this method in your tests' end |