From cc0375b25f5fcc3efbfa7550e013c29fec467278 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 4 Mar 2009 23:13:03 +0100 Subject: renamed render_page template to standard_template --- test/functional/content_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/content_controller_test.rb') diff --git a/test/functional/content_controller_test.rb b/test/functional/content_controller_test.rb index 2f390c6..b76e1d5 100644 --- a/test/functional/content_controller_test.rb +++ b/test/functional/content_controller_test.rb @@ -76,7 +76,7 @@ class ContentControllerTest < ActionController::TestCase get :render_page, :locale => 'de', :page_path => ["fnord"] assert_response :success - assert_template "custom/page_templates/public/render_page.html.erb" + assert_template "custom/page_templates/public/standard_template.html.erb" end def test_custom_template_no_date_and_author -- cgit v1.3