diff options
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/new_base/render_template_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/new_base/render_template_test.rb b/actionpack/test/controller/new_base/render_template_test.rb index 94a928e669..c727f03346 100644 --- a/actionpack/test/controller/new_base/render_template_test.rb +++ b/actionpack/test/controller/new_base/render_template_test.rb @@ -117,7 +117,7 @@ module RenderTemplate assert_body "Hello <strong>this is also raw</strong> in a html template" assert_status 200 - get :with_implicit_raw, format: 'text' + get :with_implicit_raw, :format => 'text' assert_body "Hello <strong>this is also raw</strong> in a text template" assert_status 200 |