rspec/rules/S3414/rule.adoc

8 lines
360 B
Plaintext
Raw Permalink Normal View History

== Why is this an issue?
2020-06-30 12:48:39 +02:00
It is a good practice to isolate test classes in a separate package so that what is shipped to production is neither polluted by nor bloated with them. Further, including unit tests in code assemblies could affect build processes.
2021-02-02 15:02:10 +01:00
2020-06-30 12:48:39 +02:00
This rule raises an issue when test classes are found in projects containing non-test-related code.