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, 2 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 35b8e2a..c379361 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -18,9 +18,9 @@ RENDER_PROC = Proc.new { |path,obj|
when :layout
"layout_start #{obj.content} layout_end"
when :view
- "view_content"
+ ["view_content", 'text/view']
when :partial
- 'partial_content'
+ ['partial_content','text/partial']
else
raise Exception.new
end