it('should accept directory names', () => {
        return Promise.all([
            jummy('path/to/fake/dir/*.*'),
            jummy('path/to/fake/dir')
        ]).then(hashes => {