aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/net/http/httpresponse/entity_spec.rb
blob: 3b6be5eb00e6a8fc651f75fea3fac9026071f7bf (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../../spec_helper', __FILE__)
require 'net/http'
require File.expand_path('../shared/body', __FILE__)

describe "Net::HTTPResponse#entity" do
  it_behaves_like :net_httpresponse_body, :entity
end