aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/net/http/httpheader/each_spec.rb
blob: e8fb6713c3741411cbaf541f5c222909f66b0a29 (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/each_header', __FILE__)

describe "Net::HTTPHeader#each" do
  it_behaves_like :net_httpheader_each_header, :each
end