Skip to content

Commit a7638d2

Browse files
committed
Doc
1 parent 344964f commit a7638d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/doc/documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ Here is the list of rewrites it will apply:
111111
| `x deny: y == true` | `x deny: y` |
112112
| `x assert: y == false` | `x deny: y` |
113113
| `x deny: y == false` | `x assert: y` |
114+
| `x assert: (y closeTo: z)` | `x assert: y closeTo: z` |
115+
| `x deny: (y closeTo: z)` | `x deny: y closeTo: z` |
114116

115117
*Conditions for the cleanings to by applied:*
116118
- Only subclasses of TestCase are cleaned.

0 commit comments

Comments
 (0)