summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/node_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/node_spec.rb b/spec/node_spec.rb
index 021aea5..120cf88 100644
--- a/spec/node_spec.rb
+++ b/spec/node_spec.rb
@@ -285,6 +285,11 @@ describe Zorglub do
h[:layout].should == File.join(Node7.app.opt(:root), 'alt','layout','default')
end
#
+ it "debug out should work" do
+ APP.opt! :debug, true
+ Node0.my_call '/hello'
+ end
+ #
end
#
end