diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-28 20:23:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-28 20:23:57 +0000 |
commit | 2dbbdafbc6c4d2b83565c16ea2c19a824ff3acbf (patch) | |
tree | be563feb8f28d6cea29262cb780eb58e0d619993 /test/functional | |
parent | b8a924e4e1cb6e73299b8e13b5ee8ec625cda2b7 (diff) | |
download | redmine-2dbbdafbc6c4d2b83565c16ea2c19a824ff3acbf.tar.gz redmine-2dbbdafbc6c4d2b83565c16ea2c19a824ff3acbf.zip |
Removed EnumerationsController#list action.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7973 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/enumerations_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |