diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-09-28 15:31:29 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-09-28 15:31:29 -0300 |
commit | 699fb81def8f0d242962a81d2f492c6a8eed4211 (patch) | |
tree | 386be13038a68c4fc7117c89d5c56f48ee0ce1fe /actionpack/test | |
parent | dc2cd266cdd99661709772b3ccdf87ab66c682a1 (diff) | |
download | rails-699fb81def8f0d242962a81d2f492c6a8eed4211.tar.gz rails-699fb81def8f0d242962a81d2f492c6a8eed4211.tar.bz2 rails-699fb81def8f0d242962a81d2f492c6a8eed4211.zip |
Initialize @_virtual_path path ivar.
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/template/template_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb index fbc9350c69..d2c740a39e 100644 --- a/actionpack/test/template/template_test.rb +++ b/actionpack/test/template/template_test.rb @@ -6,6 +6,7 @@ class TestERBTemplate < ActiveSupport::TestCase class Context def initialize @output_buffer = "original" + @_virtual_path = nil end def hello |