Skip to content

Instantly share code, notes, and snippets.

@Rich86man
Created September 7, 2012 21:28
Show Gist options
  • Save Rich86man/3669812 to your computer and use it in GitHub Desktop.
Save Rich86man/3669812 to your computer and use it in GitHub Desktop.
- (void)testBottomGradientGetsAdded
{
[[mockController expect] addBottomGradient:viewController.basicFeaturesHeader];
[[mockController expect] addBottomGradient:viewController.premiumFeaturesHeader];
[viewController viewDidLoad];
[mockController verify];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment