class Cucumber::Ast::Scenario::EmptyBackground

def failed?

def failed?
  false
end

def feature_elements

def feature_elements
  []
end

def init

def init
end

def step_collection(step_invocations)

def step_collection(step_invocations)
  StepCollection.new(step_invocations)
end