Fix describe for notes_finder_spec.rb in ee/
Two issues:
- The describe is a string
- The describe is not describing the right constant
If I change the string to a constant, I now get:
ee/spec/finders/notes_finder_spec.rb:5:1: C: RSpec/FilePath: Spec path should end with ee/notes_finder*_spec.rb.
describe EE::NotesFinder do
^^^^^^^^^^^^^^^^^^^^^^^^
So fix this to be describe NotesFinder
instead.
Related issue: #209052 (closed)
Edited by 🤖 GitLab Bot 🤖