Skip to content

PaulTaykalo/cedar

 
 

Repository files navigation

Cedar

Build Status

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.

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.

Support and feedback

Contributing

Please read the Contributor Guide on the wiki.

Maintainers

Copyright (c) 2010-2013 Pivotal Labs. This software is licensed under the MIT License. Mixpanel

Packages

 
 
 

Languages

  • Objective-C 90.6%
  • C++ 5.0%
  • Ruby 2.4%
  • AppleScript 1.6%
  • Other 0.4%