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

Switch none option from last to first #238

Open
AlexB52 opened this issue Dec 12, 2024 · 0 comments
Open

Switch none option from last to first #238

AlexB52 opened this issue Dec 12, 2024 · 0 comments
Labels
enchancements New feature or request

Comments

@AlexB52
Copy link
Owner

AlexB52 commented Dec 12, 2024

The inconsistency about the none option is a bit annoying.

Change this result

We found few tests matching: app/models/model.rb

[0] - spec/models/model_spec.rb
[1] - spec/services/foo_model_spec.rb
[2] - spec/models/bar_model_spec.rb
[3] - none

to this

We found few tests matching: app/models/model.rb

[0] - none
[1] - spec/models/model_spec.rb
[2] - spec/services/foo_model_spec.rb
[3] - spec/models/bar_model_spec.rb

or maybe this

We found few tests matching: app/models/model.rb

[0] - spec/models/model_spec.rb
[1] - spec/services/foo_model_spec.rb
[2] - spec/models/bar_model_spec.rb
[5] - none
@AlexB52 AlexB52 added the enchancements New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enchancements New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant