summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/httpheader/size_spec.rb
blob: 3ea39690463eb8c1108b9e8ab613652535ce79f3 (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../../../spec_helper', __FILE__)
require 'net/http'
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/size', __FILE__)

describe "Net::HTTPHeader#size" do
  it_behaves_like :net_httpheader_size, :size
end