Skip to content

Instantly share code, notes, and snippets.

@interlock
Created June 6, 2012 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save interlock/2883150 to your computer and use it in GitHub Desktop.
Save interlock/2883150 to your computer and use it in GitHub Desktop.
__block MDJTemplateDataSource *dataSource;
beforeEach(^{
dataSource = [[MDJTemplateDataSource alloc] init];
});
it(@"has parent MDJDataSource", ^{
[[[dataSource class] should] beMemberOfClass:[MDJDataSource class]];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment