diff options
Diffstat (limited to 'test/functional/nodes_controller_test.rb')
| -rw-r--r-- | test/functional/nodes_controller_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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' | |||
| 2 | 2 | ||
| 3 | class NodesControllerTest < ActionController::TestCase | 3 | class NodesControllerTest < ActionController::TestCase |
| 4 | 4 | ||
| 5 | include AuthenticatedTestHelper | ||
| 6 | |||
| 7 | def test_get_index | 5 | def test_get_index |
| 8 | Node.root.descendants.delete_all | 6 | Node.root.descendants.delete_all |
| 9 | test_node = Node.create :slug => "foo" | 7 | test_node = Node.create :slug => "foo" |
