We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: