Merge pull request #3809 from lest/test-helpers-in-erb

fix warning in tests when using render_erb helper
This commit is contained in:
José Valim 2011-11-30 07:11:40 -08:00
commit 2b96b20f3a
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ module RenderERBUtils
end
def render_erb(string)
@virtual_path = nil
template = ActionView::Template.new(
string.strip,
"test template",