Class: RSpecStepwise::ApatheticReporter

Inherits:
RSpec::Core::Reporter
  • Object
show all
Defined in:
lib/rspec-steps/stepwise.rb

Instance Method Summary collapse

Constructor Details

#initializeApatheticReporter

Returns a new instance of ApatheticReporter.



3
4
5
6
7
8
# File 'lib/rspec-steps/stepwise.rb', line 3

def initialize
  @examples = []
  @failed_examples = []
  @pending_examples = []
  @duration = @start = @load_time = nil
end

Instance Method Details

#notify(*args) ⇒ Object



10
11
12
# File 'lib/rspec-steps/stepwise.rb', line 10

def notify(*args)
  #noop
end