paytonrules / OCDSpec

An awesome TDD framework for Objective-C
http://paytonrules.com/OCDSpec/
MIT License
19 stars 4 forks source link

Automatic Memory Leak Detection #8

Open paytonrules opened 12 years ago

paytonrules commented 12 years ago

Tests should fail in the event of a memory leak.

It should be possible to filter out certain classes sections from this check, since much of Cocoa would incorrectly report memory leaks.

paytonrules commented 12 years ago

The introduction of ARC on iOS means this is less of a priority at this time.