1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update comment in sanitizer helper test [skip ci]

The previously referenced file no longer appears to exist in the project.
This commit is contained in:
Ross Kaffenberger 2017-03-29 21:28:07 -04:00 committed by GitHub
parent d5a2e8baa9
commit ba1d67e12e

View file

@ -1,6 +1,6 @@
require "abstract_unit" 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. # This tests that the helpers hook up correctly to the sanitizer classes.
class SanitizeHelperTest < ActionView::TestCase class SanitizeHelperTest < ActionView::TestCase
tests ActionView::Helpers::SanitizeHelper tests ActionView::Helpers::SanitizeHelper