mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Fixed one failing spec.
This commit is contained in:
parent
5c42a98397
commit
424e752f6c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ describe HTTParty::Request do
|
|||
response = stub_response "Content"
|
||||
response.initialize_http_header("key" => "value")
|
||||
|
||||
@request.perform.headers.should eql({ "key" => ["value"] })
|
||||
@request.perform.headers.should == { "key" => ["value"] }
|
||||
end
|
||||
|
||||
describe 'with non-200 responses' do
|
||||
|
|
Loading…
Reference in a new issue