rspec/rules/S3359/rule.adoc
Arseniy Zaostrovnykh 7ca29f686f Force linebreaks
2021-02-02 15:02:10 +01:00

6 lines
265 B
Plaintext

Monolithic unit tests are bad practice. Instead, each piece of code should be covered by a test that targets it specifically.
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.