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:
parent
d5a2e8baa9
commit
ba1d67e12e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue