rspec-expectations icon indicating copy to clipboard operation
rspec-expectations copied to clipboard

Improve the output matcher to make it thread safe

Open cupakromer opened this issue 10 years ago • 8 comments

The current output matcher is not considered thread safe.

Rails had a similar feature capture and silence which were both recently deprecated. This caused issues with the ammeter gem which relied on those methods. The patch applied there was near identical to how the output matcher works. Based on feedback this is not considered thread safe either.

cupakromer avatar Aug 29 '14 18:08 cupakromer