Method: Minitest::Spec::DSL::InstanceMethods#before_setup
- Defined in:
- lib/minitest/spec.rb
permalink #before_setup ⇒ Object
:nodoc:
330 331 332 333 |
# File 'lib/minitest/spec.rb', line 330 def before_setup # :nodoc: super Thread.current[:current_spec] = self end |