Skip to content

Commit

Permalink
Updating cocoapods. Fixing test configuration. All passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Anderson committed Apr 21, 2015
1 parent d05a775 commit b3db1a9
Show file tree
Hide file tree
Showing 231 changed files with 1,371 additions and 19,231 deletions.
45 changes: 0 additions & 45 deletions Demo/GHUnitTests/GHUnitTests-Info.plist

This file was deleted.

14 changes: 0 additions & 14 deletions Demo/GHUnitTests/GHUnitTests-Prefix.pch

This file was deleted.

18 changes: 0 additions & 18 deletions Demo/GHUnitTests/main.m

This file was deleted.

4 changes: 1 addition & 3 deletions Demo/LogicTests/MMHudTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ - (void)testUpdateAnimatedFiresCompletionBlock{
}];

[self waitForExpectationsWithTimeout:1.0
handler:^(NSError *error) {

}];
handler:nil];
}

- (void)testActivityIndicatorNotNil{
Expand Down
5 changes: 3 additions & 2 deletions Demo/LogicTests/MMProgressHUDTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ - (void)testTapHandlerConfirmedTapDismisses{
[[mockProgressHUD expect] dismiss];

[mockProgressHUD _handleTap:nil];

[mockProgressHUD verify];

// Dismiss is called asynchrnously after animation completion. This is a terrible test.
[mockProgressHUD verifyWithDelay:1.0];
}

- (void)testTapHandlerUpdatesContentProperlyOnConfirmation{
Expand Down
Loading

0 comments on commit b3db1a9

Please sign in to comment.