summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/node_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/node_test.rb b/test/unit/node_test.rb
index 2b35403..049c71c 100644
--- a/test/unit/node_test.rb
+++ b/test/unit/node_test.rb
@@ -6,7 +6,7 @@ class NodeTest < ActiveSupport::TestCase
6 @root = Node.find(1) 6 @root = Node.find(1)
7 @first_child = Node.find(2) 7 @first_child = Node.find(2)
8 end 8 end
9 9
10 def test_creation_of_unique_name 10 def test_creation_of_unique_name
11 node = Node.create :slug => 'child' 11 node = Node.create :slug => 'child'
12 node.move_to_child_of @root 12 node.move_to_child_of @root