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

(CONT-802) - Revert RSpec/NoExpectationExample #526

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

jordanbreen28
Copy link
Contributor

@jordanbreen28 jordanbreen28 commented Apr 19, 2023

During the work to add support for puppet 8, a rubocop violation "RSpec/NoExpectationExample" was fixed.

This included adding an expect {} block around puppet applys, which initially seemed to work as expected.

However it was discovered that this hid error outputs of failed runs, meaning debugging was impossible.
This PR reverts these changes (f375607) and adds the cop back to the "todo".

During the work to add support for puppet 8, a rubocop violation
"RSpec/NoExpectationExample" was fixed.

This included adding an expect {} block around puppet applys, which
initially seemed to work as expected.

However it was discovered that this hid error outputs of failed runs,
meaning debugging was impossible.
This commit reverts these changes and adds the cop back to the "todo".
@jordanbreen28 jordanbreen28 requested a review from a team as a code owner April 19, 2023 08:42
@jordanbreen28 jordanbreen28 self-assigned this Apr 19, 2023
@david22swan david22swan merged commit 4e929aa into main Apr 19, 2023
@david22swan david22swan deleted the CONT-802-Revert_RSpec/NoExpectationExample branch April 19, 2023 09:29
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.

2 participants