method

create_example_group

rspec latest stable - Class: Spec::Example::ExampleGroupFactory

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.4) is shown here.

create_example_group(*args, &block)
public

No documentation available.

# File lib/spec/example/example_group_factory.rb, line 43
        def create_example_group(*args, &block)
          opts = Hash === args.last ? args.last : {}
          superclass = determine_superclass(opts)
          superclass.describe(*args, &block)
        end