aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-03-30 10:09:02 +0100
committerGitHub <noreply@github.com>2017-03-30 10:09:02 +0100
commitf6eeb4e6e578a5fd3113f24ce55831edaf8e1116 (patch)
treeb6a3938a0325a85b1fed7055cd8a7afd5a9a0d0a
parent51aa5b04c6e6f0b76bf86dbf84ad1e8744569aa0 (diff)
parentba1d67e12ea19a85602f6cbd50a44d05921825b5 (diff)
downloadrails-f6eeb4e6e578a5fd3113f24ce55831edaf8e1116.tar.gz
rails-f6eeb4e6e578a5fd3113f24ce55831edaf8e1116.tar.bz2
rails-f6eeb4e6e578a5fd3113f24ce55831edaf8e1116.zip
Merge pull request #28609 from rossta/patch-2
Update comment in sanitizer helper test [skip ci]
-rw-r--r--actionview/test/template/sanitize_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/template/sanitize_helper_test.rb b/actionview/test/template/sanitize_helper_test.rb
index 11ed55456f..4d4ed3c35c 100644
--- a/actionview/test/template/sanitize_helper_test.rb
+++ b/actionview/test/template/sanitize_helper_test.rb
@@ -1,6 +1,6 @@
require "abstract_unit"
-# The exhaustive tests are in test/controller/html/sanitizer_test.rb.
+# The exhaustive tests are in the rails-html-sanitizer gem.
# This tests that the helpers hook up correctly to the sanitizer classes.
class SanitizeHelperTest < ActionView::TestCase
tests ActionView::Helpers::SanitizeHelper