tomykaira / rspec-parameterized

RSpec::Parameterized supports simple parameterized test syntax in rspec.
MIT License
417 stars 28 forks source link

Support Ruby 3.2 #81

Closed sue445 closed 1 year ago

sue445 commented 1 year ago

ref #80

Refinement#include is removed since ruby 3.2 https://bugs.ruby-lang.org/issues/17429

So I use Refinement#import_methods on ruby 3.2+

@joker1007 This patch actually works, but it's a little dirty... What do you think?

Close #80

sue445 commented 1 year ago

@joker1007 ping

joker1007 commented 1 year ago

@sue445 I'm sorry for the late replaying. :bow: I've submitted one comment.

Thank you!

sue445 commented 1 year ago

I recently spoke directly with @joker1007 and I have reached an agreement on this patch.