Entries from 2013-08-01 to 1 month
おいしいがパサパサだった。
JSON API を NSURLConnection を使って call している場合の Kiwi でのテスト方法。 describe(@"HogeAPI", ^{ describe(@"createDeck", ^{ context(@"when cant't connect", ^{ it(@"should return nil", ^{ __block id ret; User* user = [User mock]; [[us…
Getting Started with Kiwi 2.0 · allending/Kiwi Wikiを見ながらインストール。ld: library not found for -llibPods-test と言われるエラーにハマる。Podfile に platform :ios ではなくて platform :ios, '6.0' とバージョンを追加して pod install して…
respond_with(@ds, {:only => [:id], :include => [{:photos => {:only => [:id, :name], :methods => [:url]}}, {:user => {:only => [:id, :name, :avatar_url]}}]})