Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 97d2da2

Browse files
author
Mikhail Yakushin
committed
#57 - Edited rule 1.
1 parent e802e46 commit 97d2da2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ When writing a unit test, please be sure to follow these rules.
2828
ClassYouAreTesting().value()
2929
}.To(
3030
expectedValue,
31-
"Description of the test failure."
31+
"Description of the test intention.
32+
(e.g. "Returned value must be in the 1..5 range.")"
3233
)
3334
```
3435

0 commit comments

Comments
 (0)