fix warning in tests when using render_erb helper

This commit is contained in:
lest 2011-11-30 18:05:23 +03:00
parent e975fe710a
commit a985309abc
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",