Removed EnumerationsController#list action.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7973 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2011-11-28 20:23:57 +00:00
parent b8a924e4e1
commit 2dbbdafbc6
3 changed files with 4 additions and 10 deletions

View File

@@ -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