it("#setSsb calls #command with params", function() {
      sphero.setSsb(0xAABBCCDD, [0x01, 0x02, 0x03], callback);

      expect(sphero.command).to.be.calledOnce;