diff --git a/README.md b/README.md index 34c9f7a95..3d349f6ef 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ class TableOfContentsSpec: QuickSpec { } } ``` +#### Nimble +Quick comes together with [Nimble](https://github.com/Quick/Nimble) — a matcher framework for your tests. You can learn why `XCTAssert()` statements make your expectations unclear and how to fix that using Nimble assertions [here](./Documentation/NimbleAssertions.md). ## Documentation