From 6f1ce637c59522acc7d0ed14933e812c3fa8da3a Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Wed, 27 Oct 2010 14:29:11 -0700 Subject: [PATCH] Update the error template for the latest Redmine --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 31994e1..ac37e49 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -77,7 +77,7 @@ module IntegrationTestHelper def assert_forbidden assert_response :forbidden - assert_template 'common/403' + assert_template 'common/error' end def assert_requires_login