Skip to content

Commit

Permalink
[spec] De-ignore fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
viteinfinite committed Dec 15, 2015
1 parent 8158b5c commit 1c5baad
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ cobertura.xml
html
*.gcda
*.gcno
other_fixtures.m
23 changes: 23 additions & 0 deletions spec/fixtures/fixtures/other_fixtures.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// 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

0 comments on commit 1c5baad

Please sign in to comment.