We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71af4ec commit 2756851Copy full SHA for 2756851
ObjectiveGitTests/GTSubmoduleSpec.m
@@ -61,7 +61,7 @@
61
});
62
63
it(@"should write to the parent .git/config", ^{
64
- NSString *testURLString = @"fake_url";
+ NSString *testURLString = @"git://fake_url";
65
66
GTSubmodule *submodule = [repo submoduleWithName:@"Test_App" error:NULL];
67
expect(submodule).notTo(beNil());
0 commit comments