From 9dadc61cae2c4c01a97880e89ca86a0e760fc8d1 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 7 Oct 2009 21:03:28 +0200 Subject: implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to create, edit, destroy other users --- test/functional/nodes_controller_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/functional/nodes_controller_test.rb') diff --git a/test/functional/nodes_controller_test.rb b/test/functional/nodes_controller_test.rb index 3293f42..3dae9db 100644 --- a/test/functional/nodes_controller_test.rb +++ b/test/functional/nodes_controller_test.rb @@ -2,8 +2,6 @@ require 'test_helper' class NodesControllerTest < ActionController::TestCase - include AuthenticatedTestHelper - def test_get_index Node.root.descendants.delete_all test_node = Node.create :slug => "foo" -- cgit v1.3