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

Refactor spec configuration option assignment #8152

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

gbp
Copy link
Member

@gbp gbp commented Mar 6, 2024

What does this do?

Refactor spec configuration option assignment

Why was this needed?

Some spec examples require certain configuration options to be set, this commit switches to stubbing the option instead of reassigning the option to the required value to get the test to pass.

This means we don't need to revert the value after the test example has been run back to the original value.


[skip changelog]

Some spec examples require certain configuration options to be set, this
commit switches to stubbing the option instead of reassigning the option
to the required value to get the test to pass.

This means we don't need to revert the value after the test example has
been run back to the original value.
@garethrees
Copy link
Member

nice ✨

@gbp gbp merged commit 90217d6 into develop Mar 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants