Skip to content

Commit 374d19a

Browse files
committed
Merge pull request rails#15102 from azul/patch-1
Fix reference to sanitize helper test suite [ci skip]
2 parents dd16a10 + 4fb2be5 commit 374d19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/test/template/sanitize_helper_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'abstract_unit'
22

3-
# The exhaustive tests are in test/controller/html/sanitizer_test.rb.
3+
# The exhaustive tests are in test/template/html-scanner/sanitizer_test.rb
44
# This tests the that the helpers hook up correctly to the sanitizer classes.
55
class SanitizeHelperTest < ActionView::TestCase
66
tests ActionView::Helpers::SanitizeHelper

0 commit comments

Comments
 (0)