Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekgalazka committed Feb 13, 2015
1 parent 996f0ac commit c5f1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Irmina is Spring integration tests runner
```java
@RunWith(IrminaRunner.class)
```
Irmina mock all your new dependencies if needed. Also adds extra behavior to your mocks when needed while spring context bootstraps
Irmina mocks all your new, not provided dependencies. Also adds extra behavior to your mocks when needed while spring context bootstraps
```
define(SuspensionDesign.class).named("AudiA4")
.asMockWithBehavior(new Behavior<SuspensionDesign>() {
Expand Down

0 comments on commit c5f1d7c

Please sign in to comment.