Add and apply RSpec/FilePath rubocop rule
This way we make sure editors which support navigating between one class and its test file can find the alternative files.
This commit is contained in:
@@ -351,6 +351,9 @@ RSpec/EmptyLineAfterExampleGroup:
|
||||
RSpec/ExampleWording:
|
||||
Enabled: true
|
||||
|
||||
RSpec/FilePath:
|
||||
Enabled: true
|
||||
|
||||
RSpec/Focus:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user