class Rspec::Core::Formatters::BaseFormatter

def stop

def stop
  @duration = Time.now - @start
end