diff options
Diffstat (limited to 'spec/rubyspec/library/cgi/http_header_spec.rb')
-rw-r--r-- | spec/rubyspec/library/cgi/http_header_spec.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/rubyspec/library/cgi/http_header_spec.rb b/spec/rubyspec/library/cgi/http_header_spec.rb new file mode 100644 index 0000000000..1960d009e4 --- /dev/null +++ b/spec/rubyspec/library/cgi/http_header_spec.rb @@ -0,0 +1,8 @@ +require File.expand_path('../../../spec_helper', __FILE__) +require 'cgi' + +require File.expand_path('../shared/http_header', __FILE__) + +describe "CGI#http_header" do + it_behaves_like(:cgi_http_header, :http_header) +end |