method

reset

rspec latest stable - Class: Spec::Example::ExampleGroupFactory

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.4) is shown here.

reset()
public

No documentation available.

# File lib/spec/example/example_group_factory.rb, line 5
        def reset
          @example_group_types = nil
          default(ExampleGroup)
        end