diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-03 22:31:30 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-03 22:31:30 +0100 |
commit | 0464c6ec58614e428a595d8fc1c79641774afd4c (patch) | |
tree | c56bbfcd0e31bdc033cc53a66e7ae471bf4e1372 /spec/spec_helper.rb | |
parent | 5123b14118b46424e7ed0df9af6bf4ca21a4284d (diff) | |
download | zorglub-0464c6ec58614e428a595d8fc1c79641774afd4c.zip zorglub-0464c6ec58614e428a595d8fc1c79641774afd4c.tar.gz |
spec: call html within Node0#index
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a54aa6f..f5145f1 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -26,6 +26,7 @@ end class Node0 < Zorglub::Node # default def index + html end def hello layout 'none' |