/**
  * @covers BinaryBeast::race
  */
 public function testRace()
 {
     $this->assertInstanceOf('BBRace', $this->object->race, '$this->object->game did not return a new BBRace');
     $this->assertInstanceOf('BBRace', $this->object->race(), '$this->object->game() did not return a new BBRace');
 }