From dc46a71e5409f2b0105cd964ff6a62edcb934795 Mon Sep 17 00:00:00 2001 From: kyuden Date: Mon, 24 Apr 2017 00:09:42 +0900 Subject: Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object` attributes of select tag in `form_with` --- actionview/test/template/form_helper/form_with_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionview/test') diff --git a/actionview/test/template/form_helper/form_with_test.rb b/actionview/test/template/form_helper/form_with_test.rb index a09dd468dd..bff0643fb0 100644 --- a/actionview/test/template/form_helper/form_with_test.rb +++ b/actionview/test/template/form_helper/form_with_test.rb @@ -302,6 +302,7 @@ class FormWithActsLikeFormForTest < FormWithTest concat f.text_field(:title) concat f.text_area(:body) concat f.check_box(:secret) + concat f.select(:category, %w( animal economy sports )) concat f.submit("Create post") concat f.button("Create post") concat f.button { @@ -315,6 +316,7 @@ class FormWithActsLikeFormForTest < FormWithTest "" \ "" \ "" \ + "" \ "" \ "" \ "" -- cgit v1.2.3