Method: RSpec::Core::Configuration#threadsafe
- Defined in:
- lib/rspec/core/configuration.rb
#threadsafe ⇒ void
Use threadsafe options where available. Currently this will place a mutex around memoized values such as let blocks. return [Boolean]
453 |
# File 'lib/rspec/core/configuration.rb', line 453 add_setting :threadsafe |