summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index fef8cd5..43c8af2 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -52,6 +52,10 @@ class Node0 < Zorglub::Node
def do_partial a1, a2
engine 'real'
end
+ def other_view
+ engine 'real'
+ view 'do_partial'
+ end
end
#
class Node1 < Zorglub::Node