You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A collection of useful JUnit rules from Unruly's codebases
15
15
</dependency>
16
16
```
17
17
18
-
## Ignore tests until a certain date.
18
+
## Ignore tests until a certain date or datetime.
19
19
20
20
This allows you to write an acceptance/integration test before implementing a feature, and integrate it into your codebase before the implementation is complete.
21
21
@@ -27,6 +27,12 @@ IgnoreUntilRule rule = new IgnoreUntilRule();
0 commit comments