Entries from 2013-08-01 to 1 month

自家製バターピーナッツ - オフィスにあるものをできる限り体験しようシリーズ1

おいしいがパサパサだった。

Kiwi で NSURLConnection の非同期テスト

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…

Kiwi をインストール - Objective-C

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 & methods

respond_with(@ds, {:only => [:id], :include => [{:photos => {:only => [:id, :name], :methods => [:url]}}, {:user => {:only => [:id, :name, :avatar_url]}}]})