Class: RSpec::Core::Reporter

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/longrun/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#step_finished(description) ⇒ Object



17
18
19
# File 'lib/rspec/longrun/core_ext.rb', line 17

def step_finished(description)
  notify :step_finished, description
end

#step_started(description) ⇒ Object



13
14
15
# File 'lib/rspec/longrun/core_ext.rb', line 13

def step_started(description)
  notify :step_started, description
end