From ba1d67e12ea19a85602f6cbd50a44d05921825b5 Mon Sep 17 00:00:00 2001 From: Ross Kaffenberger Date: Wed, 29 Mar 2017 21:28:07 -0400 Subject: [PATCH] Update comment in sanitizer helper test [skip ci] The previously referenced file no longer appears to exist in the project. --- actionview/test/template/sanitize_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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