Skip to content

Commit

Permalink
Remove boilerplate code
Browse files Browse the repository at this point in the history
  • Loading branch information
tibr committed May 20, 2015
1 parent ed55019 commit 9ff00cd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions OHHTTPStubs/UnitTests/OHPathHelpersTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ @interface OHPathHelpersTests : XCTestCase

@implementation OHPathHelpersTests

- (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)testOHResourceBundle {
NSBundle *classBundle = [NSBundle bundleForClass:self.class];
NSBundle *expectedBundle = [NSBundle bundleWithPath:[classBundle pathForResource:@"empty"
Expand Down

0 comments on commit 9ff00cd

Please sign in to comment.