rails / thor

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

fix options spec. #777

Closed timdiggins closed 2 years ago

timdiggins commented 2 years ago

🌈 fix spec/parser/options_spec.rb:119 only (there are other CI failures on some rubies - will do independent PRs for those to fix)

voxik commented 2 years ago

I wonder, shouldn't rather be the Thor::Correctable line above dropped instead? But that would probably not be backward compatible with older rspec-mock thinking

This is caused by https://github.com/rspec/rspec-expectations/pull/1339 just for the context.

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