Flowdock
method

create_example_group

Importance_0
1.1.4 - Show latest stable - 0 notes - Class: Spec::Example::ExampleGroupFactory
create_example_group(*args, &block) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# 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
Register or log in to add new notes.