diff options
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 3a7e5fb..35b8e2a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -19,6 +19,8 @@ RENDER_PROC = Proc.new { |path,obj| "layout_start #{obj.content} layout_end" when :view "view_content" + when :partial + 'partial_content' else raise Exception.new end |