summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-16 15:48:04 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-16 15:48:04 +0100
commit481649ad3dc4e29af5fcdeaa4331fb4c1aff349c (patch)
treeea18dfe488916cfd09bc62451d9ebf40970ab2f5 /spec/spec_helper.rb
parent66501cb0e23f40ea5ae1fe6185b23ffcb3d55de4 (diff)
downloadzorglub-481649ad3dc4e29af5fcdeaa4331fb4c1aff349c.zip
zorglub-481649ad3dc4e29af5fcdeaa4331fb4c1aff349c.tar.gz
add layout_base_path! specs
Diffstat (limited to 'spec/spec_helper.rb')
-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 4a5a9b2..8c6c2bc 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -166,7 +166,7 @@ class Node6 < Zorglub::Node
end
#
class Node7 < Zorglub::Node
- Zorglub::Config.debug=true
+ layout_base_path! File.join Zorglub::Config.root, 'alt','layout'
view_base_path! File.join Zorglub::Config.root, 'alt'
def view_path
view! 'do_render'