it('should match strings that match the beginning and end with a wildcard in the middle', function() {
          // Given: a string that is longer than the pattern, but matches after to the wildcard, and the pattern
          var pattern = 'bow*ing',
                  string = 'bowstring';