// // ZGPullDragTableViewTests.m // ZGPullDragTableViewTests // // Created by Kyle Fang on 2/26/13. // Copyright (c) 2013 Kyle Fang. All rights reserved. // #import "ZGPullDragTableViewTests.h" @implementation ZGPullDragTableViewTests - (void)setUp { [super setUp]; // Set-up code here. } - (void)tearDown { // Tear-down code here. [super tearDown]; } - (void)testExample { STFail(@"Unit tests are not implemented yet in ZGPullDragTableViewTests"); } @end