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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 4c86527..f3e4941 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -56,6 +56,9 @@ class Node0 < Zorglub::Node
engine 'real'
view r('do_partial')
end
+ def do_redirect
+ redirect r(:do_partial,1,2,3)
+ end
end
#
class Node1 < Zorglub::Node