mirror of
https://github.com/github/rails.git
synced 2026-02-11 06:35:10 -05:00
Bump Rack version to 0.9
This commit is contained in:
@@ -236,7 +236,12 @@ class RackResponseTest < BaseRackTest
|
||||
|
||||
status, headers, body = @response.to_a
|
||||
assert_equal 200, status
|
||||
assert_equal({"Content-Type" => "text/html; charset=utf-8", "Cache-Control" => "no-cache", "Set-Cookie" => []}, headers)
|
||||
assert_equal({
|
||||
"Content-Type" => "text/html; charset=utf-8",
|
||||
"Content-Length" => "",
|
||||
"Cache-Control" => "no-cache",
|
||||
"Set-Cookie" => []
|
||||
}, headers)
|
||||
|
||||
parts = []
|
||||
body.each { |part| parts << part }
|
||||
|
||||
Reference in New Issue
Block a user