Skip to content

Instantly share code, notes, and snippets.

@hammerdr
Created November 15, 2009 17:23
Show Gist options
  • Save hammerdr/235337 to your computer and use it in GitHub Desktop.
Save hammerdr/235337 to your computer and use it in GitHub Desktop.
- (void)didSubmitRegistration:(CPDictionary)registrationInfo
{
}
- (void)testThatOLLoginControllerDoesRespondToDidSubmitRegistration
{
var target = [[OLLoginController alloc] init];
var registrationInfo = [CPDictionary dictionary];
[target didSubmitRegistration:registrationInfo];
[self assertTrue:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment