nathankot/webstub

warnings when running rake spec

Closed this issue · 1 comments

jmay commented

When I run rake spec I see a heap of warnings like the following:

2013-09-16 10:47:51.718 webstub[48904:5003] *** -[NSConditionLock dealloc]: lock (<NSConditionLock: 0x834f480> '(null)') deallocated while still in use
2013-09-16 10:47:51.719 webstub[48904:5003] *** Break on _NSLockError() to debug.

api_spec.rb triggers one of these for every test case.

Fixed by 40fb2ca