public function testVariationRelationships()
 {
     $comment = Phactory::comment('admin');
     $this->assertTrue($comment->author->is_admin);
 }