method
inherited
inherited(klass)
public
Hide source
# File lib/spec/example/example_group_methods.rb, line 28 def inherited(klass) # :nodoc: super ExampleGroupFactory.register_example_group(klass) end