diff options
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 5ff5dfb..2f5b3ac 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -76,6 +76,11 @@ class Node0 < Zorglub::Node ext! 'txt' mime! 'text/plain' end + def no_view_no_layout + no_view! + no_layout! + 'hello world' + end def engines name no_layout! case name |