summaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.local>2009-03-10 19:59:02 +0100
committererdgeist <erdgeist@bauklotz.local>2009-03-10 19:59:02 +0100
commitd6049aeffc7de43393a9a7a1d2f95f26422a046f (patch)
tree7036f509aa4f4a518a00ddb0e12fe8a6eb4d563a /test/functional
parent3b3158199f147646348fae0008d3f63062967a87 (diff)
parent14ada6b405dac2bea27a2959f6f73a7398776b0b (diff)
Merge branch 'master' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'test/functional')
-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 fdeb6cb..edc49b6 100644
--- a/test/functional/nodes_controller_test.rb
+++ b/test/functional/nodes_controller_test.rb
@@ -19,7 +19,7 @@ class NodesControllerTest < ActionController::TestCase
19 def test_create 19 def test_create
20 login_as :quentin 20 login_as :quentin
21 post :create, :node => {:slug => 'foobar'}, :parent_id => Node.root.id 21 post :create, :node => {:slug => 'foobar'}, :parent_id => Node.root.id
22 assert_redirected_to node_path(Node.last) 22 assert_redirected_to edit_node_path(Node.last)
23 end 23 end
24 24
25 def test_editing_a_node 25 def test_editing_a_node