README.rdoc in ocrunner-0.1.0 vs README.rdoc in ocrunner-0.2.0

- old
+ new

@@ -1,7 +1,20 @@ = ocrunner -ocrunner is a little Ruby wrapper for running OCUnit tests in XCode from the command line. Its main purpose is to parse the huge output from xcodebuild and display a pretty summary to the user. +ocrunner is a little Ruby wrapper for running OCUnit tests in Xcode from the command line. Its main purpose is to parse the huge output from xcodebuild and display a pretty summary to the user. + +To use this, you'll need to be set up with a test target. See http://developer.apple.com/mac/articles/tools/unittestingwithxcode3.html + +== Usage + + cd path/to/xcode/project/directory + ocrunner + +To run tests as files are changed (autotest-style), use: + + ocrunner --auto + +You can see all the available options by running ocrunner -h. == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix.