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:
parent
dce3d904a7
commit
7c15737ff2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue