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

Remove unused tests for components. #97

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

lucianghinda
Copy link
Member

What

Remove unused component tests.

Why

It seems at one point the project used ViewComponents, but now they are not present anymore. Yet the empty and auto-generated tests were still there causing bin/rails test to fail because the modules could not be found.

How

Deleted all tests under test/components

PR checklist

  • This Pull Request is related to a single change. Unrelated changes should be opened in separate PRs.
  • Commit messages have a detailed description of what changed and why.
  • Tests are added or updated if you fix a bug or add a feature
  • PR has a description that includes what, why and how

Reason:
It seems at one point the project used ViewComponents, but now they are
not present anymore. Yet the empty and auto-generated tests were still
there causing `bin/rails test` to fail because the modules
could not be found.
@lucianghinda lucianghinda self-assigned this Aug 2, 2023
@lucianghinda lucianghinda merged commit 08e1b38 into main Aug 2, 2023
2 checks passed
@lucianghinda lucianghinda deleted the lg/clear-unused-test-components branch August 2, 2023 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant