Class: SpecRunQueue::Notifier::Stdout

Inherits:
Base
  • Object
show all
Defined in:
lib/spec_run_queue/notifier/stdout.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #message

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from SpecRunQueue::Notifier::Base

Instance Method Details

#notify(message, options = {}) ⇒ Object



4
5
6
7
# File 'lib/spec_run_queue/notifier/stdout.rb', line 4

def notify(message, options = {})
  super
  puts message
end