Commits

Brian Gesiak committed 9871285b5d0
World: only run beforeSuite once - Use dispatch_once to only run beforeSuite closures once. - Remove afterSuite for now, since it was being run after each spec, not during suite teardown. - Fix logic error in Person fixture.