class Object
Public Instance Methods
run_specs(*)
click to toggle source
Calls superclass method
# File lib/dry/effects/extensions/rspec.rb, line 18 def run_specs(*) run_with_data(RSpec::Support.thread_local_data) { super } end
thread_local_data()
click to toggle source
Calls superclass method
# File lib/dry/effects/extensions/rspec.rb, line 10 def thread_local_data effect_local_data { super } end