rspec/rules/S2970/javascript/highlighting.adoc

14 lines
351 B
Plaintext

=== Highlighting
If the assert chain does not end with an assertion function:
* Primary: on the last element of the chain
message: 'Complete this assertion; "X" does not assert anything.'
If the assert chain ends with an assertion function which is not called:
* Primary: on the last assertion function.
message: 'Call this assertion function.'