Test suite runs and passes!
[zzz-floof.git] / floof / tests / functional / test_users.py
index cc1aeb1..2bd1539 100644 (file)
@@ -2,6 +2,6 @@ from floof.tests import *
 
 class TestUsersController(TestController):
 
-    def test_index(self):
-        response = self.app.get(url(controller='users', action='index'))
+    def test_list(self):
+        response = self.app.get(url(controller='users', action='list'))
         # Test response...