class Spec::Story::StepGroup
def create_matcher(type, name, &block)
def create_matcher(type, name, &block) matcher = Step.new(name, &block) @hash_of_lists_of_steps[type] << matcher matcher end
def create_matcher(type, name, &block) matcher = Step.new(name, &block) @hash_of_lists_of_steps[type] << matcher matcher end