aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/net/http/httpheader/each_name_spec.rb
blob: e785ae249a0b3fcc13ddc4e906c9ce45f15f7209 (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_name', __FILE__)

describe "Net::HTTPHeader#each_name" do
  it_behaves_like :net_httpheader_each_name, :each_name
end