class Spec::Story::Runner::StoryMediator

def create_then(name)

def create_then(name)
  current_scenario.add_step Step.new('Then', name)
end