aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorPatrick Toomey <ptoomey3@biasedcoin.com>2019-07-23 09:41:52 -0600
committerGitHub <noreply@github.com>2019-07-23 09:41:52 -0600
commit479b8ae28d80335d034900edc4f3f9fc6b17751e (patch)
tree131f453b6eeca65b091c34227e2edaba6665cf91 /activesupport/test
parent29164f348e6aacf9e5f8cff6aeaa43fedcf98645 (diff)
downloadrails-479b8ae28d80335d034900edc4f3f9fc6b17751e.tar.gz
rails-479b8ae28d80335d034900edc4f3f9fc6b17751e.tar.bz2
rails-479b8ae28d80335d034900edc4f3f9fc6b17751e.zip
Update activesupport/test/parameter_filter_test.rb
Remove extra newline. Co-Authored-By: Rafael França <rafael@franca.dev>
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/parameter_filter_test.rb1
1 files changed, 0 insertions, 1 deletions
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"
}