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
It appears that the default mocha mock_with has been deprecated, see https://tickets.puppetlabs.com/browse/PDK-916
Run an rspec bundle exec rake test
bundle exec rake test
Deprecation warnings
See https://tickets.puppetlabs.com/browse/PDK-916
puppetlabs_spec_helper: defaults mock_with to :mocha. See https://github.com/puppetlabs/puppetlabs_spec_helper#mock_with to choose a sensible value for you Examples:
mock_with
:mocha
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It appears that the default mocha mock_with has been deprecated, see https://tickets.puppetlabs.com/browse/PDK-916
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Run an rspec
bundle exec rake test
What are you seeing
Deprecation warnings
What behaviour did you expect instead
See https://tickets.puppetlabs.com/browse/PDK-916
Output log
puppetlabs_spec_helper: defaults
mock_with
to:mocha
. See https://github.com/puppetlabs/puppetlabs_spec_helper#mock_with to choose a sensible value for youExamples:
The text was updated successfully, but these errors were encountered: