form_with takes keyword arguments

This commit is contained in:
Akira Matsuda 2019-09-24 13:47:35 +09:00
parent 2c66870726
commit 501bab2f64
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ require "test_helper"
class ActionText::FormHelperTest < ActionView::TestCase
tests ActionText::TagHelper
def form_with(*)
def form_with(*, **)
@output_buffer = super
end