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.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'