summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/net/http/httpheader/set_content_type_spec.rb
blob: b9a62154ad6f90242179948cbab52a793a8f5d32 (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/set_content_type', __FILE__)

describe "Net::HTTPHeader#set_content_type" do
  it_behaves_like :net_httpheader_set_content_type, :set_content_type
end