aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
diff options
context:
space:
mode:
authorazul <azul@leap.se>2014-05-14 09:24:31 +0200
committerazul <azul@leap.se>2014-05-14 09:24:31 +0200
commit4fb2be54569378d5e1f911799c4afa568b99ff0e (patch)
tree391a14cf5e787fbc8066160785e68de866bdf154 /actionview/test
parentdd16a1029ac34c09ce66fe7b088431bba920c1ba (diff)
downloadrails-4fb2be54569378d5e1f911799c4afa568b99ff0e.tar.gz
rails-4fb2be54569378d5e1f911799c4afa568b99ff0e.tar.bz2
rails-4fb2be54569378d5e1f911799c4afa568b99ff0e.zip
minor: point to the right test suite location
Diffstat (limited to 'actionview/test')
-rw-r--r--actionview/test/template/sanitize_helper_test.rb2
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