summaryrefslogtreecommitdiffstats
path: root/spec/node_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/node_spec.rb')
-rw-r--r--spec/node_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/node_spec.rb b/spec/node_spec.rb
index 8b2d40a..b667338 100644
--- a/spec/node_spec.rb
+++ b/spec/node_spec.rb
@@ -119,11 +119,11 @@ describe Zorglub do
end
#
it "partial should render correctly" do
- Node0.partial(:do_partial, 1, 2).should == "view_content"
+ Node0.partial(:do_partial, 1, 2).should == 'partial_content'
end
#
it "method level view should work" do
- Node0.partial(:other_view).should == "view_content"
+ Node0.partial(:other_view).should == 'partial_content'
end
#
it "redirect should work" do