summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/httpheader/length_spec.rb
blob: 50cb1c1f7f0217318710fdf87db23d68e9c00b7a (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#length" do
  it_behaves_like :net_httpheader_size, :length
end