Skip to content

Get requests with query string options always return 404 #14

@mhefferan

Description

@mhefferan

Example of a breaking test:

it "should handle stubbed requests with query string that return a response" do
@host.get("/some/path?foo=true&bah=abc").returning("hello world")
@host.call(request_for("/some/path?foo=true&bah=abc")).should match_rack_response(200, {}, "hello world")
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions