Class: RSpecStepwise::ApatheticReporter
- Inherits:
-
RSpec::Core::Reporter
- Object
- RSpec::Core::Reporter
- RSpecStepwise::ApatheticReporter
- Defined in:
- lib/rspec-steps/stepwise.rb
Instance Method Summary collapse
-
#initialize ⇒ ApatheticReporter
constructor
A new instance of ApatheticReporter.
- #notify(*args) ⇒ Object
Constructor Details
#initialize ⇒ ApatheticReporter
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 |