specta / expecta

A Matcher Framework for Objective-C/Cocoa
MIT License
1.59k stars 158 forks source link

Avoid holding matcher in the thread dictionary after matching. #172

Closed StatusReport closed 9 years ago

StatusReport commented 9 years ago

This solves issues where an object that is given to the matcher (the expected object) is not released until a second expect() is called which replaces the previous matcher in the thread dictionary.

orta commented 9 years ago

This looks great, I'll get it merged, I don't have much time to make a release, but I've but it on my TODO

StatusReport commented 9 years ago

:+1: