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

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