puppetlabs / puppet-resource_api

This library provides a simple way to write new native resources for https://puppet.com.
Apache License 2.0
27 stars 41 forks source link

Fix RSpec/DescribedClass. #344

Closed gavindidrichsen closed 6 months ago

gavindidrichsen commented 6 months ago

This error appears something like RSpec/DescribedClass: Use `described_class` instead of `PDK::Util`.. This rule is triggered when the class under test is referenced directly instead of using described_class.

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist