it('should return true when the Duns is 9 digits (not counting hyphens)', function() {
      var NINE_DUNSTest = Samwise.Duns.isValid(NINE_DUNS);

      expect(NINE_DUNSTest).to.equal(true);
    });