it("adds sphero device methods", function() {
      expect(sphero.setHeading).to.be.a("function");
      expect(sphero.setRgbLed).to.be.a("function");
    });