class Spec::Story::Runner::StoryParser::WhenState

def event(line)

def event(line)
  @parser.create_when(remove_tag_from(:when ,line))
end

def one_more_of_the_same(line)

def one_more_of_the_same(line)
  @parser.create_when(remove_tag_from(:and ,line))
end