tomykaira / rspec-parameterized

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

Release new version for Ruby 2.5.0 #48

Closed stanhu closed 5 years ago

stanhu commented 5 years ago

Thanks for the gem! When the binding_of_caller gem is in use, all rspec-parameterized tests fail in Ruby 2.5 with the following message due to this Ruby bug:

RuntimeError:
  No such frame, gone beyond end of stack!

I've verified the master branch of this repository doesn't fail now that binding_ninja is used. Could you tag a new release?

sue445 commented 5 years ago

@stanhu Thank you for report. I released v0.4.1 :gem:

Please check this.

stanhu commented 5 years ago

@sue445 Thank you! It works.