Class: Formatters::BaseFormatter

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

Instance Method Summary collapse

Instance Method Details

#step_finished(description) ⇒ Object



30
31
# File 'lib/rspec/longrun/core_ext.rb', line 30

def step_finished(description)
end

#step_started(description) ⇒ Object



27
28
# File 'lib/rspec/longrun/core_ext.rb', line 27

def step_started(description)
end