Skip to content

Commit

Permalink
fixes #371
Browse files Browse the repository at this point in the history
  • Loading branch information
barkhorn authored Dec 18, 2021
1 parent 0ae7544 commit bf59f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ To read more about the differences between mocks and stubs, please see the chapt

### Testing with ScalaMock

To provide mocking support in ScalaTest suites just mix your suite with `org.scalamock.scalatest.MockFactory`:
To provide mocking support in ScalaTest suites just mix your suite with `org.scalamock.scalatest.MockFactory`.
Note: You must use AsyncMockFactory instead of regular MockFactory with ScalaTest async specs - more on how to do that is in the User Guide.

```scala
import org.scalamock.scalatest.MockFactory
Expand Down

0 comments on commit bf59f8c

Please sign in to comment.