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 to work with latest rspec-mock #788

Closed deivid-rodriguez closed 2 years ago

deivid-rodriguez commented 2 years ago

It's more strict regarding mocking keywords args vs positional args.

This is currently making CI fail. I didn't notice it locally at #787, because I had an older Gemfile.lock file locally that was locked to an older version of rspec-mocks that didn't have the issue.

dorner commented 2 years ago

LGTM! @rafaelfranca ?

deivid-rodriguez commented 2 years ago

Actually I just noticed there's a previous more complete PR proposing the same thing, so I'll close this!