rspec/rules/S3415/impact.adoc
2023-10-19 15:48:44 +02:00

6 lines
368 B
Plaintext

=== What is the potential impact?
Having the expected value and the actual value in the wrong order will not alter the outcome of tests,
(succeed/fail when it should) but the error messages will contain misleading information.
This rule raises an issue when the actual argument to an assertions library method is a hard-coded value and the expected argument is not.