Method: CucumberStatistics::Formatter#after_step

Defined in:
lib/cucumber_statistics/formatter.rb

#after_step(step) ⇒ Object



73
74
75
# File 'lib/cucumber_statistics/formatter.rb', line 73

def after_step(step)
  @overall_statistics.step_count_inc
end