aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-29 16:49:26 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-29 17:51:05 +0100
commit986a4e616be715e5c5a6ebbd25d339fa9bba4072 (patch)
tree29f2051bc1f51785662035a1d4740d287ff817a0 /actionpack/test/abstract
parentba82eb2efa24c9124fc4b3dac65c7b7494022f99 (diff)
downloadrails-986a4e616be715e5c5a6ebbd25d339fa9bba4072.tar.gz
rails-986a4e616be715e5c5a6ebbd25d339fa9bba4072.tar.bz2
rails-986a4e616be715e5c5a6ebbd25d339fa9bba4072.zip
Fix rendering of layouts.
Diffstat (limited to 'actionpack/test/abstract')
-rw-r--r--actionpack/test/abstract/render_test.rb6
1 files changed, 3 insertions, 3 deletions
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