aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/selector_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed selector_test.rb since HTML::Selector will be removed. Soon.Timm2014-06-151-629/+0
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-1/+1
* Rename duplicated test name.Emilio Tagua2010-09-271-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* Add some more tests to the test_new_base_on_old_tests taskPratik Naik2009-05-231-0/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-3/+3
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-2/+2
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+2
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-031-0/+628