summaryrefslogtreecommitdiff
path: root/spec/ruby/library/cgi/http_header_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/cgi/http_header_spec.rb')
-rw-r--r--spec/ruby/library/cgi/http_header_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/cgi/http_header_spec.rb b/spec/ruby/library/cgi/http_header_spec.rb
index 1960d009e4..0fb7033a68 100644
--- a/spec/ruby/library/cgi/http_header_spec.rb
+++ b/spec/ruby/library/cgi/http_header_spec.rb
@@ -4,5 +4,5 @@ require 'cgi'
require File.expand_path('../shared/http_header', __FILE__)
describe "CGI#http_header" do
- it_behaves_like(:cgi_http_header, :http_header)
+ it_behaves_like :cgi_http_header, :http_header
end