class Cucumber::Ast::Step

def status

def status
  # Step always has status skipped, because Step is always in a ScenarioOutline
  :skipped
end