Sha256: c491d518502572c0c0e1a7210256883e8a9ea3c73679c65909cddc0fbdbaeec2

Contents?: true

Size: 302 Bytes

Versions: 32

Compression:

Stored size: 302 Bytes

Contents

//
//  other_fixtures.m
//  fixtures
//
//  Created by Mark Larsen on 6/24/14.
//  Copyright (c) 2014 marklarr. All rights reserved.
//

#import "other_fixtures.h"

@implementation other_fixtures

- (void)testedMethod
{
    NSLog(@"tested");
}

- (void)untestedMethod
{
    NSLog(@"untested");
}

@end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
slather-2.8.5 spec/fixtures/fixtures/other_fixtures.m
slather-2.8.4 spec/fixtures/fixtures/other_fixtures.m
slather-2.8.3 spec/fixtures/fixtures/other_fixtures.m
slather-2.8.2 spec/fixtures/fixtures/other_fixtures.m
slather-2.8.1 spec/fixtures/fixtures/other_fixtures.m
slather-2.8.0 spec/fixtures/fixtures/other_fixtures.m
slather-2.7.5 spec/fixtures/fixtures/other_fixtures.m
slather-2.7.4 spec/fixtures/fixtures/other_fixtures.m
slather-2.7.3 spec/fixtures/fixtures/other_fixtures.m
slather-2.7.2 spec/fixtures/fixtures/other_fixtures.m
slather-2.7.1 spec/fixtures/fixtures/other_fixtures.m
slather-2.7.0 spec/fixtures/fixtures/other_fixtures.m
slather-2.6.1 spec/fixtures/fixtures/other_fixtures.m
slather-2.6.0 spec/fixtures/fixtures/other_fixtures.m
slather-2.5.0 spec/fixtures/fixtures/other_fixtures.m
slather-2.4.9 spec/fixtures/fixtures/other_fixtures.m
slather-2.4.8 spec/fixtures/fixtures/other_fixtures.m
slather-2.4.7 spec/fixtures/fixtures/other_fixtures.m
slather-2.4.6 spec/fixtures/fixtures/other_fixtures.m
slather-2.4.5 spec/fixtures/fixtures/other_fixtures.m