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

Rename test_app_path -> path_to_test_app (avoids minitest warning) #471

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

mjankowski
Copy link
Contributor

In rails edge there's a helper in place that looks for tests without assertions and warns - https://github.com/rails/rails/blob/main/activesupport/test/testing/test_without_assertions_test.rb#L20

The rails edge CI runs have such a warning, example: https://github.com/ElMassimo/vite_ruby/actions/runs/9424262054/job/25964175625#step:6:12

This change just renames the method to not start with test_ to silence that warning.

@ElMassimo ElMassimo merged commit 2dec06c into ElMassimo:main Jul 16, 2024
17 checks passed
@mjankowski mjankowski deleted the test-app-path-rename branch July 16, 2024 21:55
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.

2 participants