rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.11k stars 552 forks source link

fix specs for ruby 3 treatment of hash arg #779

Closed timdiggins closed 2 years ago

timdiggins commented 2 years ago

Just fixes ruby 3.0+ failures with specs expecting intracoversion between final hash argument and keyword args.

voxik commented 2 years ago

Just FTR, this is not Ruby 3.x, but https://github.com/rspec/rspec-mocks/pull/1394 / https://github.com/rspec/rspec-mocks/issues/1460

timdiggins commented 2 years ago

@voxik Ah! thanks - makes sense - feel free to rename to make more sense.

timdiggins commented 2 years ago

I'm closing this in favour of joint PR #780 as per https://github.com/rails/thor/issues/781#issuecomment-1059234876