ohbarye / pbt

Property-Based Testing tool for Ruby, supporting multiple concurrency methods (Ractor, multiprocesses, multithreads).
https://rubygems.org/gems/pbt
MIT License
207 stars 4 forks source link

Fix param for experimental ractor #23

Closed ohbarye closed 5 months ago

ohbarye commented 5 months ago

Change

This just fixes a bug for a case when parameters cannot be passed to a test block correctly.