diff options
Diffstat (limited to 'spec/node_spec.rb')
-rw-r--r-- | spec/node_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/node_spec.rb b/spec/node_spec.rb index 8d910a3..e6b6543 100644 --- a/spec/node_spec.rb +++ b/spec/node_spec.rb @@ -116,6 +116,10 @@ describe Zorglub do Node0.partial(:do_partial, 1, 2).should == "view_content" end # + it "method level view should work" do + Node0.partial(:other_view).should == "view_content" + end + # end # end |