Skip to content

Version 0.9.6

Compare
Choose a tag to compare
@idoru idoru released this 08 Apr 04:28
· 427 commits to master since this release

Installer fixes

  • Installer now reports failure correctly when building Cedar or running tests fails, as v0.9.5 was for Xcode 5.1

General fixes

  • Fixed to build and run tests on Xcode 5.1 which was preventing proper installation
  • Running cedar's rake tasks no longer clobbers your environment

Doubles (Spies & Fakes)

  • Spies now forward -isEqual: and -hash to the spied upon object.
  • Added KVC support

Matchers

  • Adds a matcher for NSRange

Xcode integration

  • Further adjustments to test output
  • Test output shows old-school dots at end
  • Adds Xcode 5 plugin (alpha!) - install with rake install_plugin
  • Fix crash if Xcode calls otest with "-SenTest Self" arguments

Project/Target Templates

  • Rakefiles perform xcodebuild clean when cleaning build dir
  • Fixed paths for frameworks copied into OS X templates