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