Slide 38
Slide 38 text
Tests
target 'Artsy Tests', :exclusive => true do
pod 'Specta', '~> 0.2.1'
pod 'Expecta', '~> 0.2.3'
pod 'OCMock', '~> 2.2.2'
pod 'OHHTTPStubs', '~> 3.0.4’
!
pod 'FBSnapshotTestCase', '1.1'
pod 'EXPMatchers+FBSnapshotTest', :head
pod 'XCTest+OHHTTPStubSuiteCleanUp'
end