diff options
author | azul <azul@leap.se> | 2014-05-14 09:24:31 +0200 |
---|---|---|
committer | azul <azul@leap.se> | 2014-05-14 09:24:31 +0200 |
commit | 4fb2be54569378d5e1f911799c4afa568b99ff0e (patch) | |
tree | 391a14cf5e787fbc8066160785e68de866bdf154 | |
parent | dd16a1029ac34c09ce66fe7b088431bba920c1ba (diff) | |
download | rails-4fb2be54569378d5e1f911799c4afa568b99ff0e.tar.gz rails-4fb2be54569378d5e1f911799c4afa568b99ff0e.tar.bz2 rails-4fb2be54569378d5e1f911799c4afa568b99ff0e.zip |
minor: point to the right test suite location
-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 |