From 2dbbdafbc6c4d2b83565c16ea2c19a824ff3acbf Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 28 Nov 2011 20:23:57 +0000 Subject: Removed EnumerationsController#list action. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7973 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/enumerations_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/enumerations_controller_test.rb') diff --git a/test/functional/enumerations_controller_test.rb b/test/functional/enumerations_controller_test.rb index 3ab40b5cf..d306ef926 100644 --- a/test/functional/enumerations_controller_test.rb +++ b/test/functional/enumerations_controller_test.rb @@ -34,7 +34,7 @@ class EnumerationsControllerTest < ActionController::TestCase def test_index get :index assert_response :success - assert_template 'list' + assert_template 'index' end def test_destroy_enumeration_not_in_use -- cgit v1.2.3