Skip to content

Commit 054cebb

Browse files
committed
Unfocus the test.
1 parent 084e991 commit 054cebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGitTests/GTSubmoduleSpec.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
expect(repo).notTo(beNil());
2222
});
2323

24-
fit(@"should enumerate top-level submodules", ^{
24+
it(@"should enumerate top-level submodules", ^{
2525
NSMutableSet *names = [NSMutableSet set];
2626
[repo enumerateSubmodulesRecursively:NO usingBlock:^(GTSubmodule *submodule, NSError *error, BOOL *stop) {
2727
expect(submodule).to(beAnInstanceOf(GTSubmodule.class));

0 commit comments

Comments
 (0)