class Spec::Story::Runner::StoryMediator

def create_given(name)

def create_given(name)
  current_scenario.add_step Step.new('Given', name)
end