method
register_example_group
1.2.0 -
Show latest stable
-
0 notes -
Class: Spec::Example::ExampleGroupFactory::ClassMethods
- 1.1.4
- 1.1.12
- 1.2.0 (0)
- 1.2.8 (0)
- 1.3.0 (0)
- 1.3.1 (0)
- What's this?
register_example_group(klass)
public
Hide source
# File lib/spec/example/example_group_factory.rb, line 15 def register_example_group(klass) example_group_creation_listeners.each do |listener| listener.register_example_group(klass) end end