Commits

Brian Croom committed fd866026bb4
Fix crash caused by currentExampleGroup being unexpectedly nil This could occur because +[QuickSpec initialize] was being called recursively when a new QuickSpec subclass was first referenced while another spec was gathering examples.