it('should return false if the string doesn\'t match the pattern and no wildcard is given', function() {
          // Given: a string and a pattern that don't match
          var pattern = 'test',
                  string = 'testing';