remove duplicate test from UsersControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12368 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-07 02:10:08 +00:00
parent dce3d904a7
commit 7c15737ff2
1 changed files with 0 additions and 6 deletions

View File

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