summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/httpresponse/entity_spec.rb
blob: f1639042c19b87219a9e09c5fb7b162476a72c79 (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