Skip to content

Commit d0e5417

Browse files
committed
update rack fixture to be ruby 1.9 compat
1 parent 5a575bb commit d0e5417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/test/controller/integration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SessionTest < Test::Unit::TestCase
44
StubApp = lambda { |env|
5-
[200, {"Content-Type" => "text/html", "Content-Length" => "13"}, "Hello, World!"]
5+
[200, {"Content-Type" => "text/html", "Content-Length" => "13"}, ["Hello, World!"]]
66
}
77

88
def setup

0 commit comments

Comments
 (0)