Skip to content

Commit

Permalink
Fix request parameter expectation reversal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Closner committed Jul 26, 2011
1 parent 80facb4 commit 64a074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/agent_cooper/request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module AgentCooper
end

it "returns the query" do
@request.query.should == "bar=foo&bar=foo"
@request.query.should == "bar=foo&foo=bar"
end
end

Expand Down

0 comments on commit 64a074a

Please sign in to comment.