webmock
webmock copied to clipboard
Double quotes on snippet output
I setup simple mock with URI template, and when I get the exception with stubs snippet, the output has double quoted strings. This snippet can't be copy-pasted to code. Is it right behavior?
registered request stubs:
stub_request(:get, ""http://localhost:9200/{index_name}/_search"")
version: webmock-3.12.2
@rokkit that definitely doesn't look right. can you please provide an a code sample or spec example?