aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* 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