This repository was archived by the owner on Nov 30, 2024. It is now read-only.
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
This is not thread local, it is in fact fiber local. #580
Closed
Description
rspec-support/lib/rspec/support.rb
Line 93 in 6d33eaa
I suggest introducing an actual thread local variable, e.g.
class Thread
attr_accessor :rspec_state
end
Metadata
Metadata
Assignees
Labels
No labels