class Spec::Example::ExampleGroup

want to make a custom example group.
Base class for customized example groups. Use this if you

def initialize(defined_description, &implementation)

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