Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
allending committed Mar 16, 2013
1 parent 857e686 commit 9a4ce3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -30,7 +30,7 @@ <h1>Kiwi</h1>
<section> <section>
<h3>Kiwi</h3> <h3>Kiwi</h3>


<p>Kiwi makes Behavior Driven Development for iOS and OS X development simply pleasurable.</p> <p>Kiwi makes Behavior Driven Development for iOS and OS X simply pleasurable.</p>


<h3>Why?</h3> <h3>Why?</h3>


Expand Down
2 changes: 1 addition & 1 deletion params.json
@@ -1 +1 @@
{"name":"Kiwi","tagline":"BDD for iOS and OS X","body":"### Kiwi\r\nKiwi makes Behavior Driven Development for iOS and OS X development simply pleasurable.\r\n\r\n### Why?\r\nThe idea behind Kiwi is to have tests that are more readable than what is possible with the test framework bundled with Xcode.\r\n\r\nTests (formally Specs) are written in Objective-C and are run within the comfort of Xcode to provide a test environment that is unobtrusive and seamless.\r\n\r\nSpecs look like this:\r\n\r\n```objective-c\r\ndescribe(@\"Team\", ^{\r\n context(@\"when newly created\", ^{\r\n it(@\"should have a name\", ^{\r\n id team = [Team team];\r\n [[team.name should] equal:@\"Black Hawks\"];\r\n });\r\n\r\n it(@\"should have 11 players\", ^{\r\n id team = [Team team];\r\n [[[team should] have:11] players];\r\n });\r\n });\r\n});\r\n```\r\n### Documentation\r\nThe [Kiwi Wiki](https://github.com/allending/Kiwi/wiki) is the official documentation source.\r\n\r\n### Getting it\r\nThe best way to get Kiwi is by using [CocoaPods](https://github.com/cocoapods/cocoapods). For usage details, check out the [guide](https://github.com/allending/Kiwi/wiki/Getting-Started-with-Kiwi-2.0).\r\n\r\n### License\r\nKiwi is open source software. You may freely distribute it under the terms of\r\nthe license agreement found in `License.txt`.\r\n\r\n### Authors and Contributors\r\nKiwi was created by [Allen Ding](https://github.com/allending) and is maintained by a group of [contributors](https://github.com/allending/Kiwi/graphs/contributors).","google":"UA-16976025-1","note":"Don't delete this file! It's used internally to help with page regeneration."} {"name":"Kiwi","tagline":"BDD for iOS and OS X","body":"### Kiwi\r\nKiwi makes Behavior Driven Development for iOS and OS X simply pleasurable.\r\n\r\n### Why?\r\nThe idea behind Kiwi is to have tests that are more readable than what is possible with the test framework bundled with Xcode.\r\n\r\nTests (formally Specs) are written in Objective-C and are run within the comfort of Xcode to provide a test environment that is unobtrusive and seamless.\r\n\r\nSpecs look like this:\r\n\r\n```objective-c\r\ndescribe(@\"Team\", ^{\r\n context(@\"when newly created\", ^{\r\n it(@\"should have a name\", ^{\r\n id team = [Team team];\r\n [[team.name should] equal:@\"Black Hawks\"];\r\n });\r\n\r\n it(@\"should have 11 players\", ^{\r\n id team = [Team team];\r\n [[[team should] have:11] players];\r\n });\r\n });\r\n});\r\n```\r\n### Documentation\r\nThe [Kiwi Wiki](https://github.com/allending/Kiwi/wiki) is the official documentation source.\r\n\r\n### Getting it\r\nThe best way to get Kiwi is by using [CocoaPods](https://github.com/cocoapods/cocoapods). For usage details, check out the [guide](https://github.com/allending/Kiwi/wiki/Getting-Started-with-Kiwi-2.0).\r\n\r\n### License\r\nKiwi is open source software. You may freely distribute it under the terms of\r\nthe license agreement found in `License.txt`.\r\n\r\n### Authors and Contributors\r\nKiwi was created by [Allen Ding](https://github.com/allending) and is maintained by a group of [contributors](https://github.com/allending/Kiwi/graphs/contributors).","google":"UA-16976025-1","note":"Don't delete this file! It's used internally to help with page regeneration."}

0 comments on commit 9a4ce3e

Please sign in to comment.