Skip to content

Version 0.9.3

Compare
Choose a tag to compare
@idoru idoru released this 02 Aug 21:18
· 637 commits to master since this release

Installation Changes

  • Fixed install script problems with git checkout and submodule initialization. If you previously tried the new install method without success, please do try again.

Doubles

  • Spies now correctly record messages that they send to themselves.

Bug Fixes

  • Messages recorded by test doubles on other threads no longer crash on completion of Spec. (Thanks to Lenny T for helping to diagnose this issue).

General Changes

  • xdescribe(…), xcontext(…), describe(@"…", PENDING), context(@"…", PENDING) are now reported as pending.