Method: MSpec.clear_current
- Defined in:
- lib/mspec/runner/mspec.rb
.clear_current ⇒ Object
Sets the toplevel ContextState to nil.
83 84 85 |
# File 'lib/mspec/runner/mspec.rb', line 83 def self.clear_current store :current, nil end |