diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 01:32:51 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 01:32:51 +0100 | 
| commit | 18777bb83937837f673f3876c96b7fb8ce59835e (patch) | |
| tree | c157de73bf0277982d449942379881a29b5e5893 /spec | |
| parent | 4ea25ec27d1ec21f3945d0c9f34a5628c25d2aa4 (diff) | |
| download | zorglub-18777bb83937837f673f3876c96b7fb8ce59835e.zip zorglub-18777bb83937837f673f3876c96b7fb8ce59835e.tar.gz | |
add Node#no_layout and use it
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec_helper.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7cd6428..5297cb5 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -47,7 +47,7 @@ class Node0 < Zorglub::Node          html      end      def hello -        layout 'none' +        no_layout          'world'      end      def with_2args a1, a2 | 
