David

Results 2 issues of David

Hi, I am just trying to test if a notification is posted... ``` expect(^{ [[NSNotificationCenter defaultCenter] postNotificationName:@"notificationName" object:nil]; }).to.notify(@"notificationName"); ``` This tests fails with `the expected value is nil/null`, am...

Missing ; in line 700