Method: CucumberStatistics::Formatter#before_features

Defined in:
lib/cucumber_statistics/formatter.rb

#before_features(features) ⇒ Object



83
84
85
# File 'lib/cucumber_statistics/formatter.rb', line 83

def before_features(features)
  @overall_statistics.start_time = Time.now
end