kevintuhumury / itvdb

An Objective-C wrapper around the TVDB (http://thetvdb.com) XML API for use in iOS (with ARC enabled) and OSX apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add specs.

kevintuhumury opened this issue · comments

It's no TDD, but better than nothing at all.

Look into Kiwi or Cedar for unit testing and Frank, iCuke or Zucchini for integration testing. The latter is not really useful in this case. A good unit test framework with a VCR-like (ruby) library would be great.