method
register_example_group
1.1.12 -
Show latest stable
- Class:
Spec::Runner::ExampleGroupCreationListener
register_example_group(klass)public
No documentation available.
# File lib/spec/runner.rb, line 16
def register_example_group(klass)
Spec::Runner.options.add_example_group klass
Spec::Runner.register_at_exit_hook
end