class HeaderTest

Public Instance Methods

make_headers(hash) click to toggle source
# File actionpack/test/dispatch/header_test.rb, line 6
def make_headers(hash)
  ActionDispatch::Http::Headers.new ActionDispatch::Request.new hash
end