Skip to content

Instantly share code, notes, and snippets.

@SpacyRicochet
Created July 17, 2011 22:23
Show Gist options
  • Save SpacyRicochet/1088158 to your computer and use it in GitHub Desktop.
Save SpacyRicochet/1088158 to your computer and use it in GitHub Desktop.
Simple OJUnit test failing
@implementation MBEntity : OJTestCase
{
//MBEntity testEntity;
}
- (void)testTest
{
[self assertTrue:true];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment