Adds the `describe` method to the top-level namespace.
Generates a subclass of [ExampleGroup](ExampleGroup)
## Examples:
describe "something" do it "does something" do # example code goes here end end
@see ExampleGroup @see ExampleGroup.describe
# File lib/rspec/core/dsl.rb, line 17 17: def describe(*args, &example_group_block) 18: RSpec::Core::ExampleGroup.describe(*args, &example_group_block).register 19: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.