summaryrefslogtreecommitdiffstats
path: root/test/functional/users_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/users_controller_test.rb')
-rw-r--r--test/functional/users_controller_test.rb6
1 files changed, 0 insertions, 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
@@ -33,12 +33,6 @@ class UsersControllerTest < ActionController::TestCase
get :index
assert_response :success
assert_template 'index'
- end
-
- def test_index
- get :index
- assert_response :success
- assert_template 'index'
assert_not_nil assigns(:users)
# active users only
assert_nil assigns(:users).detect {|u| !u.active?}