aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/assertions/dom.rb
Commit message (Collapse)AuthorAgeFilesLines
* Corrected documentation bug.Timm2014-06-151-10/+57
|
* Added Loofah as a dependency in actionview.gemspec.Timm2014-06-111-9/+9
| | | | | | Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb. Deprecated protocol_separator and bad_tags. Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah.
* Pass assert_dom_equal message arg to underlying assertionRyan McGeary2013-08-041-4/+4
| | | | | #assert_dom_equal and #assert_dom_not_equal both take a "failure" message argument, but this argument was not utilized.
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
|
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
| | | | | | This is another step in moving Action View's dependencies in Action Pack to Action View itself. Also, HtmlScanner seems to be better suited for views rather than controllers.
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-6/+0
|
* just use assert and refute rather than building messagesAaron Patterson2012-01-061-6/+2
|
* escape constants that should not be linked toJoost Baaij2010-08-271-1/+1
|
* All AD modules are "deferrable"Joshua Peek2009-12-221-1/+3
|
* Move generic assertions into ActionDispatchJoshua Peek2009-04-301-0/+35