Skip to content

Commit

Permalink
update rack fixture to be ruby 1.9 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 16, 2009
1 parent 5a575bb commit d0e5417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/controller/integration_test.rb
Expand Up @@ -2,7 +2,7 @@

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

def setup
Expand Down

0 comments on commit d0e5417

Please sign in to comment.