summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-31 19:56:42 +0100
committerhukl <hukl@eight.local>2009-01-31 19:56:42 +0100
commit6e0e377b68ac459d37b3a707f951cb950e2585e5 (patch)
treeab8fc9bffa80aff2a9e7b481bb706dab7b6468ec
parent816b5e0a0096a6b86279986ac2f9000723dae118 (diff)
newlines
-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