From 986a4e616be715e5c5a6ebbd25d339fa9bba4072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 29 Jan 2010 16:49:26 +0100 Subject: Fix rendering of layouts. --- actionpack/test/abstract/render_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actionpack/test/abstract') diff --git a/actionpack/test/abstract/render_test.rb b/actionpack/test/abstract/render_test.rb index ffd430fa86..9a0a140bee 100644 --- a/actionpack/test/abstract/render_test.rb +++ b/actionpack/test/abstract/render_test.rb @@ -11,13 +11,13 @@ module AbstractController end self.view_paths = [ActionView::FixtureResolver.new( - "default.erb" => "With Default", "template.erb" => "With Template", + "renderer/default.erb" => "With Default", "renderer/string.erb" => "With String", "renderer/symbol.erb" => "With Symbol", + "renderer/template_name.erb" => "With Template Name", "string/with_path.erb" => "With String With Path", - "some/file.erb" => "With File", - "template_name.erb" => "With Template Name" + "some/file.erb" => "With File" )] def template -- cgit v1.2.3