aboutsummaryrefslogtreecommitdiffstats
path: root/Video TuneupTests/Video_TuneupTests.m
blob: 656604154f044809878c03ed36c8116f7457aed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
//  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