tomykaira / rspec-parameterized

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

Test Ruby 3 compatibility with CI #72

Closed lipniagov closed 3 years ago

lipniagov commented 3 years ago

We are currently investigating some issues with this gem that appeared during updating GitLab to Ruby-3.0.
More context in https://gitlab.com/gitlab-org/gitlab/-/issues/337614 .

I am curious to run CI against Ruby 3 to see how it goes, the result may help us to pinpoint the issue.

sue445 commented 3 years ago

Thanks!