spec/lib/http/features/logging_spec.rb in http-5.0.1 vs spec/lib/http/features/logging_spec.rb in http-5.0.2

- old
+ new

@@ -40,10 +40,9 @@ describe "logging the response" do let(:response) do HTTP::Response.new( :version => "1.1", - :uri => "https://example.com", :status => 200, :headers => {:content_type => "application/json"}, :body => '{"success": true}', :request => HTTP::Request.new(:verb => :get, :uri => "https://example.com") )