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