Method: ContextState#initialize_copy
- Defined in:
- lib/mspec/runner/context.rb
#initialize_copy(other) ⇒ Object
Remove caching when a ContextState is dup’d for shared specs.
41 42 43 44 |
# File 'lib/mspec/runner/context.rb', line 41 def initialize_copy(other) @pre = {} @post = {} end |