Sha256: 5ea11ac90a99a605bef36ce9647ca27421d76e94e91c0ca5cf2a53997720be20

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

//
//  GdTestTests.m
//  GdTestTests
//
//  Created by Boris Bügling on 24/08/14.
//  Copyright (c) 2014 CocoaPods. All rights reserved.
//

#import <XCTest/XCTest.h>

@interface GdTestTests : XCTestCase

@end

@implementation GdTestTests

- (void)setUp
{
    [super setUp];
    // Put setup code here. This method is called before the invocation of each test method in the class.
}

- (void)tearDown
{
    // Put teardown code here. This method is called after the invocation of each test method in the class.
    [super tearDown];
}

- (void)testExample
{
    XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}

@end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-gd-0.0.3 spec/fixtures/PackagerTest/PackagerTestTests/PackagerTestTests.m
cocoapods-gd-0.0.2 spec/fixtures/PackagerTest/PackagerTestTests/PackagerTestTests.m
cocoapods-gd-0.0.1 spec/fixtures/PackagerTest/PackagerTestTests/PackagerTestTests.m