module Cucumber::StepMother

def after(scenario)

def after(scenario)
  execute_after(scenario)
  nil_world!
end