summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-03 23:56:39 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-03 23:56:39 +0100
commit6ef559db90ff6369985a498ca88093cae5dbe543 (patch)
treef484b8488befa6e36c412b29df1337302b0ff57d /spec
parent677d37ee4cadd7991636aa43fa3919b1a8a9c619 (diff)
downloadzorglub-6ef559db90ff6369985a498ca88093cae5dbe543.zip
zorglub-6ef559db90ff6369985a498ca88093cae5dbe543.tar.gz
spec: fix Node#view spec
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 43c8af2..4c86527 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -54,7 +54,7 @@ class Node0 < Zorglub::Node
end
def other_view
engine 'real'
- view 'do_partial'
+ view r('do_partial')
end
end
#