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:
parent
dc2cd266cd
commit
699fb81def
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class TestERBTemplate < ActiveSupport::TestCase
|
||||||
class Context
|
class Context
|
||||||
def initialize
|
def initialize
|
||||||
@output_buffer = "original"
|
@output_buffer = "original"
|
||||||
|
@_virtual_path = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
def hello
|
def hello
|
||||||
|
|
Loading…
Reference in a new issue