dry-rb / dry-effects

Algebraic effects in Ruby
https://dry-rb.org/gems/dry-effects/
MIT License
112 stars 20 forks source link

Add extension with RSpec patches to make some features work with dry-effects #65

Closed flash-gordon closed 4 years ago

flash-gordon commented 4 years ago

In particular, pending specs rely on Thread.current. I don't anticipate any problems with the patches since a) fortunately, RSpec doesn't use Thread.current a lot, b) patches are not invasive.