class Fivemat::Cucumber

def after_feature(feature)

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