Skip to content

Commit 49340cd

Browse files
committed
Readme
1 parent a919aef commit 49340cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ Or Gradle dependency:
8383
```groovy
8484
testImplementation("com.github.seregamorph:spring-test-smart-context:0.13")
8585
```
86+
Then remove usages of standard `@DirtiesContext` annotation in your project to use auto-close context implemented
87+
by this library.
8688
Also it's recommended to configure `"INFO"` level for `com.github.seregamorph.testsmartcontext` logger.
87-
It's recommended to check [Demo projects](demo).
89+
Check the [Demo projects](demo) for examples.
8890

8991
### How it works
9092

0 commit comments

Comments
 (0)