aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test')
-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