From ab17ecfe5d97d5026d67688ddefe11a458701076 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 20 Mar 2009 18:38:03 -0700 Subject: Finished implementing :layout for most of the render options --- actionpack/test/new_base/test_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/test/new_base/test_helper.rb') diff --git a/actionpack/test/new_base/test_helper.rb b/actionpack/test/new_base/test_helper.rb index a66fc321e6..969ae56f05 100644 --- a/actionpack/test/new_base/test_helper.rb +++ b/actionpack/test/new_base/test_helper.rb @@ -44,7 +44,7 @@ module ActionController @subclasses end - append_view_path File.join(File.dirname(__FILE__), '..', 'fixtures') + # append_view_path File.join(File.dirname(__FILE__), '..', 'fixtures') CORE_METHODS = self.public_instance_methods end @@ -53,7 +53,7 @@ end module ActionView #:nodoc: class FixtureTemplate < Template class FixturePath < Template::Path - def initialize(hash) + def initialize(hash = {}) @hash = {} hash.each do |k, v| -- cgit v1.2.3