-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,22 @@ | |
|
||
Cedar is a BDD-style Objective-C testing framework. It relies only on Foundation and C++11 features, thus it's not just suited for iOS and OSX codebases but other environments where these are available. | ||
|
||
Documentation lives here: [https://github.com/pivotal/cedar/wiki](https://github.com/pivotal/cedar/wiki) | ||
# Quick start | ||
|
||
* Install the Xcode command line tools package (Under the Preferences tab 'Downloads') if you haven't already done so. | ||
* Run the following in a terminal: | ||
|
||
``` | ||
$ curl -L https://raw.github.com/pivotal/cedar/master/install.sh | bash | ||
``` | ||
|
||
* Restart Xcode | ||
* Add Cedar target(s) to your app | ||
* Start writing specs! | ||
|
||
# Documentation | ||
|
||
Documentation can be found on the [Cedar Wiki](https://github.com/pivotal/cedar/wiki) | ||
|
||
# Support and feedback | ||
|
||
|
@@ -20,6 +35,4 @@ Documentation lives here: [https://github.com/pivotal/cedar/wiki](https://github | |
* [Dmitriy Kalinin](mailto:[email protected]) ([cppforlife](http://github.com/cppforlife)), Pivotal Labs | ||
* [Adam Milligan](mailto:[email protected]) ([amilligan](http://github.com/amilligan)), Author | ||
|
||
Copyright (c) 2010-2013 Pivotal Labs. This software is licensed under the MIT License. | ||
|
||
[![Mixpanel](https://api.mixpanel.com/track/?data=CXsiZXZlbnQiOiAiSG9tZSBWaXNpdCIsIA0KICAgIAkJInByb3BlcnRpZXMiOiB7ICAJDQogICAgICAgIAkidG9rZW4iOiAiNmJjZmE3MmQ5OGU2ZjdhZjFkNjQ3YWNmY2Q2NjMwNTEiICAgDQogICAgICAgICAgICAgICAgfQ0KICAgICAgICB9&ip=1&img=1)](http://mixpanel.com) | ||
Copyright (c) 2010-2013 Pivotal Labs. This software is licensed under the MIT License. [![Mixpanel](https://api.mixpanel.com/track/?data=CXsiZXZlbnQiOiAiSG9tZSBWaXNpdCIsIA0KICAgIAkJInByb3BlcnRpZXMiOiB7ICAJDQogICAgICAgIAkidG9rZW4iOiAiNmJjZmE3MmQ5OGU2ZjdhZjFkNjQ3YWNmY2Q2NjMwNTEiICAgDQogICAgICAgICAgICAgICAgfQ0KICAgICAgICB9&ip=1&img=1)](http://mixpanel.com) |