bojana
Results
1
issues of
bojana
When stubbing a request that contains the same parameter with and without brackets, ex: ``` describe "test" do it "throws webmock error" do example = "https://google.com?foo=foo&foo%5Bbar%5D=fooBar" # foo=foo&foo[bar]=fooBar stub_request(:get, example)...