Module: Spec::Example::Resettable

Included in:
ExampleGroup
Defined in:
lib/vendor/plugins/rspec/spec/spec_helper.rb

Instance Method Summary collapse

Instance Method Details

#resetObject

:nodoc:



88
89
90
91
92
93
# File 'lib/vendor/plugins/rspec/spec/spec_helper.rb', line 88

def reset # :nodoc:
  @before_all_parts = nil
  @after_all_parts = nil
  @before_each_parts = nil
  @after_each_parts = nil
end