Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
#52: Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Apr 15, 2013
1 parent fef29b0 commit 6b2b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core/http/http_request_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

describe " when the body is nil " do
it "leaves the Content-Type, Content-Length, and Content-MD5 headers blank" do
subject.headers["Content-Type"].must_be_nil
subject.headers["Content-Type"].must_equal ""
subject.headers["Content-Length"].must_equal "0"
subject.headers["Content-MD5"].must_be_nil
end
Expand Down

0 comments on commit 6b2b153

Please sign in to comment.