describe('#replace', function() {
      it('sholud return the pattern when no wildcard is given', function() {
          // Given: a string array and a pattern with no wildcards
          var pattern = 'test',
                  strings = ['testing'];