/**
  * @covers \Phactory\Blueprint::is_fixture
  */
 public function testBlueprintIsFixture()
 {
     $this->assertTrue(Phactory::get_blueprint('employer', 'owner')->is_fixture());
 }