diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-01 11:01:05 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-01 11:01:05 +0100 |
commit | 3aa58946ff756d53bb54ed45af122ed97fe816d2 (patch) | |
tree | 8e91a443490fab8c7c1f277a4458cdbe42c922a3 /spec | |
parent | d52a73957c2d2f044581de08e850ae846c65aec1 (diff) | |
download | zorglub-3aa58946ff756d53bb54ed45af122ed97fe816d2.zip zorglub-3aa58946ff756d53bb54ed45af122ed97fe816d2.tar.gz |
use stderr for debug strings, set specs
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 |