aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_helper
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-12-23 23:19:23 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-12-23 23:49:02 +0900
commit1f5bed98551e08b9e8bdfabbfbb0fded665a47c4 (patch)
tree6ce85857f9dba6f84cb1987a12801ab13b356e65 /actionview/test/template/form_helper
parent21e5fd4a2a1c162ad33708d3e01b1fda165f204d (diff)
downloadrails-1f5bed98551e08b9e8bdfabbfbb0fded665a47c4.tar.gz
rails-1f5bed98551e08b9e8bdfabbfbb0fded665a47c4.tar.bz2
rails-1f5bed98551e08b9e8bdfabbfbb0fded665a47c4.zip
Privatize unneededly protected methods in Action View tests
Diffstat (limited to 'actionview/test/template/form_helper')
-rw-r--r--actionview/test/template/form_helper/form_with_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/template/form_helper/form_with_test.rb b/actionview/test/template/form_helper/form_with_test.rb
index 3d93e89bcb..08c685b00f 100644
--- a/actionview/test/template/form_helper/form_with_test.rb
+++ b/actionview/test/template/form_helper/form_with_test.rb
@@ -2184,7 +2184,7 @@ class FormWithActsLikeFormForTest < FormWithTest
assert_equal 1, initialization_count, "form builder instantiated more than once"
end
- protected
+ private
def hidden_fields(options = {})
method = options[:method]