diff options
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 3347cf6..5ff5dfb 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -68,11 +68,13 @@ class Node0 < Zorglub::Node no_layout! engine! :file ext! 'xml' + mime! 'application/xml' end def plain_file no_layout! engine! :file ext! 'txt' + mime! 'text/plain' end def engines name no_layout! |