|
require "rspec/matchers/expecteds_for_multiple_diffs" |
LoadError:
[2024-10-02T14:49:36.397Z] cannot load such file -- rspec/matchers/expecteds_for_multiple_diffs
Got the above error and after digging into rspec it looks like that file was removed after version 3.12.3 of the rspec gem
https://github.com/rspec/rspec-expectations/tree/v3.12.3/lib/rspec/matchers
Is the last version of that gem with the required file.
chefspec/lib/chefspec/matchers/resource_matcher.rb
Line 1 in 310ebf5
LoadError:
[2024-10-02T14:49:36.397Z] cannot load such file -- rspec/matchers/expecteds_for_multiple_diffs
Got the above error and after digging into rspec it looks like that file was removed after version 3.12.3 of the rspec gem
https://github.com/rspec/rspec-expectations/tree/v3.12.3/lib/rspec/matchers
Is the last version of that gem with the required file.