From 6ef559db90ff6369985a498ca88093cae5dbe543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 3 Jan 2012 23:56:39 +0100 Subject: spec: fix Node#view spec --- lib/zorglub/node.rb | 2 +- spec/spec_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index f2aaa72..4e09a7c 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -137,7 +137,7 @@ module Zorglub end # def view view=nil - @action[:view] = view unless view.nil? or view.empty? + @action[:view] = r(view) unless view.nil? or view.empty? return '' if @action[:view].nil? File.join(Config.view_base_path, @action[:view])+Config.engine_ext(@action[:engine]) end 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 # -- cgit v1.1-2-g2b99