aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/capture_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* :put_litter_in_its_place: Unused methodAkira Matsuda2015-04-251-6/+0
| | | | This method is not in use since 479c7cacd5db58ab7200bc1de58c829a1a643278
* Revert "Re-enable capture'ing non-String values"Santiago Pastorino2014-12-151-2/+2
| | | | This reverts commit c2fe0938d7201d4ce0bb2f25e72bf5f70df128af.
* Re-enable capture'ing non-String valuesCarsten Zimmermann2014-12-141-2/+2
| | | | | | | This has been discussed in #17661 and partially reverts the changes made in 9de83050d3a4b260d4aeb5d09ec4eb64f913ba64 and 986cac73e3c56b3dfa22fd1464f6913e38d32cc3 The test case added to content_for acts as a regression / acceptance test.
* Removed CaptureHelper#flush_output_buffer as it is only used in tests.Ryan Davis2014-06-041-23/+0
| | | | reviewed: @tenderlove
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+242