diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-11-08 16:03:15 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-11-08 16:03:15 -0600 |
commit | c10f4ae01d91d1afc90b21d4bba51e59ae9a0625 (patch) | |
tree | 67c0428c4a31452227bca75ba835a642bd01fd41 /actionpack/lib | |
parent | a595abff211eee97d75c51c085cfdc821b1edb46 (diff) | |
parent | f125a34501e21b1e0da2b80d149df7a739482804 (diff) | |
download | rails-c10f4ae01d91d1afc90b21d4bba51e59ae9a0625.tar.gz rails-c10f4ae01d91d1afc90b21d4bba51e59ae9a0625.tar.bz2 rails-c10f4ae01d91d1afc90b21d4bba51e59ae9a0625.zip |
Merge remote branch 'Fingertips/master'
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/test_case.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/test_case.rb b/actionpack/lib/action_view/test_case.rb index 8beda24aba..86bbad822d 100644 --- a/actionpack/lib/action_view/test_case.rb +++ b/actionpack/lib/action_view/test_case.rb @@ -120,6 +120,7 @@ module ActionView def _view view = ActionView::Base.new(ActionController::Base.view_paths, _assigns, @controller) view.class.send :include, _helpers + view.output_buffer = self.output_buffer view end |