aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/sanitizers_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplified the removal of xpaths in remove_xpaths. Added more tests for remov...Timm2014-06-161-8/+11
* Renamed: remove_xpaths tests no longer prefixed with sanitizer.Timm2014-06-161-6/+6
* Changed: remove_xpaths called with String returns String, while called with L...Timm2014-06-161-0/+11
* Added test case for non-comment. Removed pending assertion that passed.Timm2014-06-161-3/+3
* Added ability to pass a custom scrubber to sanitize. Includes test coverage.Timm2014-06-151-0/+36
* Added some tests for ActionView::Sanitizer.Timm2014-06-151-0/+32
* Changed the description of some pending tests. Changed the expected output of...Timm2014-06-151-3/+4
* Renamed the SanitizerTest class to SanitersTest, to remove the conflict with ...Timm2014-06-151-1/+1
* Added video poster sanitization testing (from @vipulnsward).Timm2014-06-151-0/+5
* Extracted failing tests in santiizers_test.rb into their own methods and mark...Timm2014-06-151-7/+71
* Changed expected value from '<b>' to empty string.Timm2014-06-151-1/+1
* Removed the contains_bad_protocols? method as well as the tests for it. Loofa...Timm2014-06-151-33/+0
* Added Loofah as a dependency in actionview.gemspec.Timm2014-06-111-0/+330