// // Video_TuneupTests.m // Video TuneupTests // // Created by Brian Jordan on 3/27/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "Video_TuneupTests.h" @implementation Video_TuneupTests - (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 Video TuneupTests"); } @end