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, 4 insertions, 0 deletions
diff --git a/spec/node_spec.rb b/spec/node_spec.rb
index cc665b7..8d910a3 100644
--- a/spec/node_spec.rb
+++ b/spec/node_spec.rb
@@ -112,6 +112,10 @@ describe Zorglub do
r.body[0].should == "layout_start view_content layout_end"
end
#
+ it "partial should render correctly" do
+ Node0.partial(:do_partial, 1, 2).should == "view_content"
+ end
+ #
end
#
end