class Spec::Example::SharedExampleGroup

def initialize(*args, &example_group_block)

def initialize(*args, &example_group_block)
  describe(*args)
  @example_group_block = example_group_block
  self.class.add_shared_example_group(self)
end