it "should create the superadmin player" do
      p = Player.where(_special: :superadmin_player).first
      expect(p.class).to eq(Player)
      expect(p.name).to eq("Superadmin")
      expect(p.description).to eq("Obviously the most powerful of his race, it could kill us all.")