Flowdock
method

create_example_group

Importance_0
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 27
        def create_example_group(*args, &block)
          raise ArgumentError if args.empty? || block.nil?
          add_options(args)
          superclass = determine_superclass(args.last)
          superclass.describe(*args, &block)
        end
Register or log in to add new notes.