Skip to content
New issue

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

(CAT-1868) - Remove .rspec.erb #581

Merged
merged 1 commit into from
May 29, 2024
Merged

(CAT-1868) - Remove .rspec.erb #581

merged 1 commit into from
May 29, 2024

Conversation

jordanbreen28
Copy link
Contributor

Summary

This PR removes the .rspec.erb file from the pdk-templates, and thus the .rspec file from being managed by PDK. This was made possible due to the changes found in puppetlabs/puppetlabs_spec_helper#452.

This has minimal impact on users as the file was not configurable through .sync.yml before (other than to set as unmanaged), for existing modules with the .rspec it will not be removed and new modules created will simply not include the file.

Additional Context

puppetlabs/puppetlabs_spec_helper#452.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

@jordanbreen28 jordanbreen28 requested a review from a team as a code owner May 28, 2024 13:07
This commit removes the .rspec.erb file from the pdk-templates, and thus
the .rspec file from being managed by PDK. This was made possible due to
the changes found in puppetlabs/puppetlabs_spec_helper#452.

This has minimal impact on users as the file was not configurable
through .sync.yml before (other than to set as unmanaged), existing
modules with the .rspec will not be affected and new modules created will
simply not include an .rspec file.
@jordanbreen28 jordanbreen28 force-pushed the cat-1868-remove-rspec.erb branch from 70f15ef to 382f665 Compare May 28, 2024 13:08
Copy link
Contributor

@LukasAud LukasAud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LukasAud LukasAud merged commit fed87b0 into main May 29, 2024
3 checks passed
@LukasAud LukasAud deleted the cat-1868-remove-rspec.erb branch May 29, 2024 08:22
@jordanbreen28
Copy link
Contributor Author

labelling as backwards-incompatible for now, although not entirely sure this best fits this change as it was not configurable, does not break existing setups and no longer appears in newly created modules..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants