fix warning in tests when using render_erb helper
This commit is contained in:
parent
e975fe710a
commit
a985309abc
@ -82,6 +82,8 @@ def view
|
||||
end
|
||||
|
||||
def render_erb(string)
|
||||
@virtual_path = nil
|
||||
|
||||
template = ActionView::Template.new(
|
||||
string.strip,
|
||||
"test template",
|
||||
|
Loading…
Reference in New Issue
Block a user