aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-11/+8
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-071-0/+1
* Explicitly require AS::TestCaseJeremy Kemper2009-01-061-0/+2
* Fixed ActionView::TestCase current url context [#1561 state:resolved]Dan Pickett2008-12-151-1/+4
* Add :partial option to assert_template [#1550 state:resolved]mark2008-12-111-0/+20
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-2/+0
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-1/+3
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Include all helpers into ActionView::HelperJoshua Peek2008-08-251-3/+1
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-0/+5
* Don't require AV::TestCases to have a helper class. Only include the helper c...Jeremy Kemper2008-05-261-10/+4
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-0/+64