hibri / HttpMock

A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128 stars 44 forks source link

Not able to stub path with parentheses #53

Closed neoistheone123 closed 8 years ago

neoistheone123 commented 8 years ago

Example:

/resource('2222')

Seems like MatchPath's regex doesn't escape parentheses.

neoistheone123 commented 8 years ago

Workaround: escape Get stub