We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rename any() to kw_any() in docs
Delete duplicate page which can't be checked out on case-sensitive file systems
Modified description of let to use similar language as beforeEach, to be more specific.
Updated Getting Started with Kiwi 2.0 (markdown)
Fixed typo
Fixed spelling mistake.
Updated Step 2.3 for possible issue when adding Kiwi to an existing project.
Updated Kiwi FAQ (markdown)
Changed the pod target from Kiwi/XCTest to Kiwi as the old path has been removed from Kiwi 2.3.0
Updated Up and Running with Kiwi for Mac (markdown)
Update for current versions of Xcode and new Kiwi/XCTest
Updated Specs (markdown)
add semi-colon to context end syntax
Update github URL to kiwi-bdd user/company
Typos.
Updated Expectations (markdown)
Clarify XCTest vs. OCUnit CocoaPods setup
Indent code blocks within numbered lists
Add indents to notification matchers example.
Added notification matchers.
Fixes grammatical issue in Step 5
Removed extraneous close bracket ("]")
Remove whitespace between braces, add "Example:" to all examples for consistency.
If followed by a [, may affect the layout
shouldNotBeNil is DEPRECATED_ATTRIBUTE
I was working on a project where it was not possible to use CocoaPods, and used theses steps to add Kiwi (using XCTest) in the project for testing.
Detailed how to inspect the release/debug configurations under the Info tab. (Step 2.2) Previous version left out a couple of non-obvious steps for new Xcode users.