Skip to content

Commit

Permalink
fixed specs for ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jun 6, 2012
1 parent 4414207 commit a70d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/savon/client_spec.rb
Expand Up @@ -246,7 +246,7 @@
HTTPI.stubs(:post).returns(new_response(:headers => { "Set-Cookie" => "second-cookie=oatmeal; Path=/; HttpOnly" }))
client.request :nibble

client.http.headers["Cookie"].should == "some-cookie=choc-chip;second-cookie=oatmeal"
client.http.headers["Cookie"].split(";").should include("some-cookie=choc-chip", "second-cookie=oatmeal")
end

end
Expand Down

0 comments on commit a70d613

Please sign in to comment.