Details
Description
We might have some false positives if the Random object is only passed to production code, ex: via an injection. If this happens we could keep only issues when the Random objects' nextInt/nextLong/... methods are called inside the tests.
Attachments
Issue Links
- implements
-
RSPEC-5977 Tests should use fixed data instead of randomized data
- Active