File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments