aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/net/http/httpheader/each_key_spec.rb
blob: 5c81830be6df1155ef1114afac620c771e9a9783 (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_key" do
  it_behaves_like :net_httpheader_each_name, :each_key
end