aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/sanitize_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Fix `test_should_sanitize_illegal_style_properties` failureRyuta Kamizono2017-09-251-2/+2
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Update comment in sanitizer helper test [skip ci]Ross Kaffenberger2017-03-291-1/+1
* Remove `encode_special_chars` option from `strip_tags`Andrew Hood2017-02-271-0/+2
* applies new string literal convention in actionview/testXavier Noria2016-08-061-2/+2
* Let strip_tags leave HTML escaping to Rails.Kasper Timm Hansen2015-03-101-0/+4
* Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-1/+1
* Fix assertion to map the behaviour of the old sanitizerRafael Mendonça França2014-08-181-1/+1
* Removed a bunch of duplicated tests in SanitizeHelperTest.Timm2014-06-161-37/+0
* Fixed: spelling mistake in SanitizeHelperTest.Timm2014-06-161-3/+3
* Marked tests in sanitize_helper_test.rb as pending.Timm2014-06-151-8/+29
* Reordered form removal with stripping.Timm2014-06-151-1/+1
* minor: point to the right test suite locationazul2014-05-141-1/+1
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+51