summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net-http/httpresponse/entity_spec.rb
blob: ca8c4b29c09cfd6eb0d8972d4baa50b377193a34 (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require 'net/http'
require_relative 'shared/body'

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