summaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/content_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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
76 76
77 get :render_page, :locale => 'de', :page_path => ["fnord"] 77 get :render_page, :locale => 'de', :page_path => ["fnord"]
78 assert_response :success 78 assert_response :success
79 assert_template "custom/page_templates/public/render_page.html.erb" 79 assert_template "custom/page_templates/public/standard_template.html.erb"
80 end 80 end
81 81
82 def test_custom_template_no_date_and_author 82 def test_custom_template_no_date_and_author