class Fivemat::Cucumber

def after_feature(feature)

def after_feature(feature)
  print_elapsed_time @io, @start_time
  @io.puts
  @exceptions.each do |(exception, status)|
    print_exception(exception, status, 2)
  end
end