From 7c15737ff2b819de089ce77d9ba59192b2cdc578 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 7 Dec 2013 02:10:08 +0000 Subject: [PATCH] remove duplicate test from UsersControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12368 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/users_controller_test.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 9966790e3..c150fd0f2 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -29,12 +29,6 @@ class UsersControllerTest < ActionController::TestCase @request.session[:user_id] = 1 # admin end - def test_index - get :index - assert_response :success - assert_template 'index' - end - def test_index get :index assert_response :success