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

🧹 Ensure feature specs run clean #2108

Merged

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Dec 21, 2023

Prior to this commit, we did not automatically clean the features. The
below ripgrep (and output) shows that there were some features which did
not start from a clean state.

rg "(clean|clean_repo):" spec/features --files-without-match
``

spec/features/accounts_spec.rb
spec/features/proprietor_spec.rb
spec/features/featured_collections_spec.rb
spec/features/user_roles_spec.rb
spec/features/oai_pmh_spec.rb

Prior to this commit, we did not automatically clean the features.  The
below ripgrep (and output) shows that there were some features which did
not start from a clean state.

```
rg "(clean|clean_repo):" spec/features --files-without-match
``

```
spec/features/accounts_spec.rb
spec/features/proprietor_spec.rb
spec/features/featured_collections_spec.rb
spec/features/user_roles_spec.rb
spec/features/oai_pmh_spec.rb
```
@jeremyf jeremyf added the patch-ver for release notes label Dec 21, 2023
@jeremyf jeremyf merged commit 134c8ff into hyrax-5-upgrade Dec 21, 2023
3 of 4 checks passed
@jeremyf jeremyf deleted the hyrax-5-upgrade-ensure-feature-specs-run-clean branch December 21, 2023 19:17
@kirkkwang kirkkwang mentioned this pull request Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-ver for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant