Skip to content

Commit 54ebd0a

Browse files
committed
fix 1.8 hash syntax
1 parent 0c376e7 commit 54ebd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/test/controller/render_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ class MetalRenderWithoutAVTest < ActionController::TestCase
16931693

16941694
def test_dynamic_params_render
16951695
e = assert_raises ArgumentError do
1696-
get :dynamic_params_render, { inline: '<%= RUBY_VERSION %>' }
1696+
get :dynamic_params_render, { :inline => '<%= RUBY_VERSION %>' }
16971697
end
16981698
assert_equal "render parameters are not permitted", e.message
16991699
end

0 commit comments

Comments
 (0)