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

describe "Net::HTTPHeader#canonical_each" do
  it_behaves_like :net_httpheader_each_capitalized, :canonical_each
end