summaryrefslogtreecommitdiff
path: root/test/functional/nodes_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/nodes_controller_test.rb')
-rw-r--r--test/functional/nodes_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/nodes_controller_test.rb b/test/functional/nodes_controller_test.rb
index 3dae9db..eca7d93 100644
--- a/test/functional/nodes_controller_test.rb
+++ b/test/functional/nodes_controller_test.rb
@@ -84,7 +84,7 @@ class NodesControllerTest < ActionController::TestCase
84 end 84 end
85 end 85 end
86 86
87 def test_editing_a_node 87 test "editing a node" do
88 login_as :quentin 88 login_as :quentin
89 89
90 node = Node.find_by_unique_name("fourth_child") 90 node = Node.find_by_unique_name("fourth_child")