rspec/rules/S5958/javascript/message.adoc

9 lines
235 B
Plaintext

=== Message
* When an assertion function is used:
message: 'Test precisely which exception is [not] thrown.'
* When ``++try...catch...done++`` is used:
message: 'Test if the right exception is caught, or pass it to "done()" below.'