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 5908186 commit abface5Copy full SHA for abface5
ObjectiveGitTests/GTRemoteSpec.m
@@ -62,7 +62,7 @@
62
});
63
64
it(@"push URL string", ^{
65
- expect(remote.pushURLString).to(equal(@"[email protected]:github/Test_App.git"));
+ expect(remote.pushURLString).to(beNil());
66
67
NSString *newURLString = @"https://github.com/github/Test_App.git";
68
0 commit comments