Skip to content

Commit

Permalink
- Readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Ding committed Aug 25, 2011
1 parent ff6706c commit 372925e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Expand Up @@ -12,6 +12,10 @@ Requirements:
# Why? #
The idea behind Kiwi is to have tests that are more readable that what is possible with the bundled test framework.

Tests (or rather specs) are written in Objective-C and run within the comfort of Xcode to provide a test environment that is as unobtrusive and seamless as possible in terms of running tests and error reporting.

Specs look like this:

```objective-c
describe(@"Team", ^{
context(@"when newly created", ^{
Expand Down

0 comments on commit 372925e

Please sign in to comment.