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