rspec / rspec-core

RSpec runner and formatters
http://rspec.info
MIT License
1.23k stars 765 forks source link

Adjust specs to work with strict Mocks kwargs checks #2993

Closed pirj closed 1 year ago

pirj commented 1 year ago

Prerequisite to make CI for https://github.com/rspec/rspec-mocks/pull/1514 pass

We are passing options as kwargs, but were expecting an options hash.

Example failure

eregon commented 1 year ago

https://github.com/rspec/rspec-mocks/pull/1514#discussion_r1060563272

pirj commented 1 year ago

This seems unnecessary now