class Spec::Story::Runner::StoryParser::ThenState

def one_more_of_the_same(line)

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

def other(line)

def other(line)
  @parser.add_to_last(line)
end

def outcome(line)

def outcome(line)
  @parser.create_then(remove_tag_from(:then ,line))
end