it("calls @packet#create with params", function() {
      expect(sphero.packet.create).to.be.calledOnce;
      expect(sphero.packet.create).to.be.calledWith(opts);
    });