mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 07:25:30 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user