diff options
author | Timm <kaspth@gmail.com> | 2013-07-09 19:27:47 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-15 23:35:26 +0200 |
commit | 5282518c1333c5509e64082cfba0fe64871d2ffc (patch) | |
tree | 950ac25f5561c0ca38aebd2c4d84116d8d90b5ef | |
parent | 6a05cb69e4cfb8fa763fb121428e50b8fee9a339 (diff) | |
download | rails-5282518c1333c5509e64082cfba0fe64871d2ffc.tar.gz rails-5282518c1333c5509e64082cfba0fe64871d2ffc.tar.bz2 rails-5282518c1333c5509e64082cfba0fe64871d2ffc.zip |
Renamed the SanitizerTest class to SanitersTest, to remove the conflict with the old SanitizerTest for html-scanner.
-rw-r--r-- | actionview/test/template/sanitizers_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/template/sanitizers_test.rb b/actionview/test/template/sanitizers_test.rb index 4dab987cea..fa94f7e621 100644 --- a/actionview/test/template/sanitizers_test.rb +++ b/actionview/test/template/sanitizers_test.rb @@ -1,6 +1,6 @@ require 'abstract_unit' -class SanitizerTest < ActionController::TestCase +class SanitizersTest < ActionController::TestCase def setup @sanitizer = nil # used by assert_sanitizer end |