Skip to content

Commit bbf3750

Browse files
committed
doc: minor readability improvement
1 parent ab8964b commit bbf3750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void testSomethingThatRequiresMyTestProcess() {
122122
```
123123

124124
> **Warning**
125+
>
125126
> Make sure to enable AutoConfiguration in your Spring test context (e.g. by making sure you have `@EnableAutoConfiguration` declared).
126127
127128
There are a couple of ways to reference a `TestProcessDefinition`. Referencing it by its class will have TestProcesses look into the Spring Test Context to find a bean of that type (that's why we added `@Component` on `MyTestProcess` above).

0 commit comments

Comments
 (0)