diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/node_spec.rb | 5 |
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 |