diff options
author | Ross Kaffenberger <rosskaff@gmail.com> | 2017-03-29 21:28:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 21:28:07 -0400 |
commit | ba1d67e12ea19a85602f6cbd50a44d05921825b5 (patch) | |
tree | 7f94cd256900a041dee656d05a751751b68f12b8 /actionview/test/template | |
parent | d5a2e8baa924ba6194ad4e6ae118b4d1ca19c342 (diff) | |
download | rails-ba1d67e12ea19a85602f6cbd50a44d05921825b5.tar.gz rails-ba1d67e12ea19a85602f6cbd50a44d05921825b5.tar.bz2 rails-ba1d67e12ea19a85602f6cbd50a44d05921825b5.zip |
Update comment in sanitizer helper test [skip ci]
The previously referenced file no longer appears to exist in the project.
Diffstat (limited to 'actionview/test/template')
-rw-r--r-- | actionview/test/template/sanitize_helper_test.rb | 2 |
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 |