Method: Spec::Example::ExampleGroupFactory::ClassMethods#reset
- Defined in:
- lib/spec/example/example_group_factory.rb
#reset ⇒ Object
5 6 7 8 |
# File 'lib/spec/example/example_group_factory.rb', line 5 def reset @example_group_types = nil default(ExampleGroup) end |