summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-16 15:11:34 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-16 15:11:34 +0100
commit25f83221d46744848f4b6f2f6d64ad822abace80 (patch)
tree9ae3d373014e0735a27bf946884bc1574e1e9a1e /spec
parentc3a3d77f9c6995fcc1f1c33ad9935aaa3ec39987 (diff)
downloadzorglub-25f83221d46744848f4b6f2f6d64ad822abace80.zip
zorglub-25f83221d46744848f4b6f2f6d64ad822abace80.tar.gz
Node: set ext!
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 18c057c..6a71ef4 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -73,12 +73,12 @@ class Node0 < Zorglub::Node
def xml_file
no_layout!
engine! :file
- ext 'xml'
+ ext! 'xml'
end
def plain_file
no_layout!
engine! :file
- ext 'txt'
+ ext! 'txt'
end
def engines name
no_layout!