1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Initialize @_virtual_path path ivar.

This commit is contained in:
Emilio Tagua 2010-09-28 15:31:29 -03:00
parent dc2cd266cd
commit 699fb81def

View file

@ -6,6 +6,7 @@ class TestERBTemplate < ActiveSupport::TestCase
class Context
def initialize
@output_buffer = "original"
@_virtual_path = nil
end
def hello