class Spec::Story::StepGroup

def create_matcher(type, name, &block)

TODO - make me private
def create_matcher(type, name, &block)
  matcher = Step.new(name, &block)
  @hash_of_lists_of_steps[type] << matcher
  matcher
end