aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/net/http/httpresponse/body_spec.rb
blob: 169a6687a2645b5a86338052af7295fa09694083 (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#body" do
  it_behaves_like :net_httpresponse_body, :body
end