From 479b8ae28d80335d034900edc4f3f9fc6b17751e Mon Sep 17 00:00:00 2001 From: Patrick Toomey Date: Tue, 23 Jul 2019 09:41:52 -0600 Subject: Update activesupport/test/parameter_filter_test.rb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove extra newline. Co-Authored-By: Rafael França --- activesupport/test/parameter_filter_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/test') diff --git a/activesupport/test/parameter_filter_test.rb b/activesupport/test/parameter_filter_test.rb index 889380fea3..e680a22479 100644 --- a/activesupport/test/parameter_filter_test.rb +++ b/activesupport/test/parameter_filter_test.rb @@ -28,7 +28,6 @@ class ParameterFilterTest < ActiveSupport::TestCase value.replace("world!") if original_params["barg"]["blah"] == "bar" && key == "hello" } - filter_words << lambda { |key, value| value.upcase! if key == "array_elements" } -- cgit v1.2.3