it('should match everything if the pattern is only wildcards', function() {
          // Given: any string and a pattern that is only wildcards
          var pattern = '***',
                  string = 'test';