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

Can't find a spec of untracked files #48

Closed
AlexB52 opened this issue Mar 4, 2021 · 0 comments · Fixed by #50
Closed

Can't find a spec of untracked files #48

AlexB52 opened this issue Mar 4, 2021 · 0 comments · Fixed by #50
Labels
bug Something isn't working
Projects

Comments

@AlexB52
Copy link
Owner

AlexB52 commented Mar 4, 2021

Use case

On a rails project, there are two untracked files:

  • app/models/competency/assessment/assessment_date_range.rb
  • spec/models/competency/assessment/assessment_date_range_spec.rb

Behaviour:
🟢 When making a change on the assessment_date_range_spec.rb, retest runs the tests of that file.
🔴 When making a change on the assessment_date_range.rb, retest doesn't find the matching test file.

Expected behaviour:
When making a change on the assessment_date_range.rb, retest should find assessment_date_range_spec.rb and its tests.

@AlexB52 AlexB52 added the bug Something isn't working label Mar 4, 2021
@AlexB52 AlexB52 added this to To Do in v1.0.0 via automation Mar 4, 2021
@AlexB52 AlexB52 moved this from To Do to In Progress in v1.0.0 Mar 7, 2021
v1.0.0 automation moved this from In Progress to Done Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
v1.0.0
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant