From 208a8257a6d51d2159a6d93b410276c07f328225 Mon Sep 17 00:00:00 2001 From: Pascal Rettig Date: Wed, 11 Aug 2010 19:32:09 -0400 Subject: [PATCH] Fix for failing spec - blog wizard not creating a separate subpage anymore --- vendor/modules/blog/spec/models/blog/add_blog_wizard_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/modules/blog/spec/models/blog/add_blog_wizard_spec.rb b/vendor/modules/blog/spec/models/blog/add_blog_wizard_spec.rb index dbb4deff..2c50c76b 100644 --- a/vendor/modules/blog/spec/models/blog/add_blog_wizard_spec.rb +++ b/vendor/modules/blog/spec/models/blog/add_blog_wizard_spec.rb @@ -24,7 +24,6 @@ wizard.run_wizard SiteNode.find_by_node_path('/tester/blog').should_not be_nil - SiteNode.find_by_node_path('/tester/blog/myview').should_not be_nil end