From c23f3aa7c03feece8232245d2e135a7375571f5c Mon Sep 17 00:00:00 2001 From: Mack Earnhardt Date: Sat, 16 Mar 2013 23:24:27 -0400 Subject: Fix rake test warnings in actionpack --- actionpack/test/controller/test_case_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test') diff --git a/actionpack/test/controller/test_case_test.rb b/actionpack/test/controller/test_case_test.rb index 9c6d02a62d..38b9794b4d 100644 --- a/actionpack/test/controller/test_case_test.rb +++ b/actionpack/test/controller/test_case_test.rb @@ -58,7 +58,7 @@ class TestCaseTest < ActionController::TestCase end def test_headers - render text: JSON.dump(request.headers.env) + render text: request.headers.env.to_json end def test_html_output -- cgit v1.2.3