Skip to content

Commit c2a2b4d

Browse files
committed
Expose the fixture.
1 parent c8e1e70 commit c2a2b4d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ObjectiveGitTests/QuickSpec+GTFixtures.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
// A fully fledged repository, great for testing nearly everything.
2323
- (GTRepository *)testAppFixtureRepository;
2424

25+
/// A fork of Test_App.
26+
- (GTRepository *)testAppForkFixtureRepository;
27+
2528
// A bare repository with a minimal history.
2629
- (GTRepository *)bareFixtureRepository;
2730

ObjectiveGitTests/QuickSpec+GTFixtures.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ - (GTRepository *)testAppFixtureRepository {
123123
return [self fixtureRepositoryNamed:@"Test_App"];
124124
}
125125

126+
- (GTRepository *)testAppForkFixtureRepository {
127+
return [self fixtureRepositoryNamed:@"Test_App_fork"];
128+
}
129+
126130
- (GTRepository *)testUnicodeFixtureRepository {
127131
return [self fixtureRepositoryNamed:@"unicode-files-repo"];
128132
}

0 commit comments

Comments
 (0)