summaryrefslogtreecommitdiff
path: root/WobbleTests/WobbleTests.m
blob: 8c2d8c4f79a74be0128a7cc7d2eee56f2a415ece (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
//
//  WobbleTests.m
//  WobbleTests
//
//  Created by mo khan on 2013-06-12.
//  Copyright (c) 2013 mo khan. All rights reserved.
//

#import "WobbleTests.h"

@implementation WobbleTests

- (void)setUp
{
    [super setUp];
    
    // Set-up code here.
}

- (void)tearDown
{
    // Tear-down code here.
    
    [super tearDown];
}

- (void)testExample
{

}

@end