it("adds core device methods", function() {
      expect(sphero.ping).to.be.a("function");
      expect(sphero.setDeviceName).to.be.a("function");
    });