rspec/rules/S3359/rule.adoc

6 lines
265 B
Plaintext
Raw Normal View History

Monolithic unit tests are bad practice. Instead, each piece of code should be covered by a test that targets it specifically.
2021-02-02 15:02:10 +01:00
This rule raises an issue for each method which is not covered by a unit test that exercises fewer than the specified number of lines.