module Cucumber::StepMother

def before(scenario)

def before(scenario)
  unless current_world
    new_world!
    execute_before(scenario)
  end
end