class Fivemat::Cucumber

def before_feature(feature)

def before_feature(feature)
  @io.print "#{feature.file} "
  @io.flush
  @exceptions = []
end