rails/actionpack/test
José Mota ee82ce7829 Capture block so content won't leak.
The [following pull request](https://github.com/rails/rails/pull/8916) fixed
the block being passed to the appropriate helper method. However, the content
being passed into the block is generating repeated markup on the page due to
some weird ERb evaluation.

This commit tries to capture the block's generated output so the page isn't
flooded with markup.

[Rafael França + José Mota]

Closes #8936
2013-01-21 22:02:02 -02:00
..
abstract Fix setting expected value in translation tests 2013-01-21 09:29:03 -02:00
activerecord Added AR integration tests for form helpers 2013-01-21 17:09:12 +04:00
assertions test response assertions 2012-01-06 11:20:26 -08:00
controller Add missing assert calls 2013-01-20 22:03:31 -02:00
dispatch Duplicate possible frozen string from route 2013-01-21 17:14:10 +00:00
fixtures Added AR integration tests for form helpers 2013-01-21 17:09:12 +04:00
journey Change the behavior of route defaults 2013-01-15 17:22:25 +00:00
lib/controller Add HTML5 input[type="color"] helper 2012-05-21 17:23:48 -03:00
routing add some tests, yay! 2012-02-22 11:05:03 -08:00
template Capture block so content won't leak. 2013-01-21 22:02:02 -02:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
active_record_unit.rb we're not supporting SQLite 2 2012-12-24 12:23:39 +09:00
ts_isolated.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00