class Spec::Example::ExampleGroup

def initialize(defined_description, &implementation)

def initialize(defined_description, &implementation)
  @_defined_description = defined_description
  @_implementation = implementation || pending_implementation
end