it('should match exactly when no wildcard is given', function() {
          // Given: a string and a pattern that match
          var pattern = 'test',
                  string = 'test';