diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-05-14 11:33:36 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-05-14 11:33:36 +0200 |
commit | 374d19a743f8b698ecb6d8d23d31dcf4325ddbcf (patch) | |
tree | 391a14cf5e787fbc8066160785e68de866bdf154 | |
parent | dd16a1029ac34c09ce66fe7b088431bba920c1ba (diff) | |
parent | 4fb2be54569378d5e1f911799c4afa568b99ff0e (diff) | |
download | rails-374d19a743f8b698ecb6d8d23d31dcf4325ddbcf.tar.gz rails-374d19a743f8b698ecb6d8d23d31dcf4325ddbcf.tar.bz2 rails-374d19a743f8b698ecb6d8d23d31dcf4325ddbcf.zip |
Merge pull request #15102 from azul/patch-1
Fix reference to sanitize helper test suite [ci skip]
-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 12d5260a9d..f7c8f36b78 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 test/template/html-scanner/sanitizer_test.rb # This tests the that the helpers hook up correctly to the sanitizer classes. class SanitizeHelperTest < ActionView::TestCase tests ActionView::Helpers::SanitizeHelper |