summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-03 17:15:17 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-03 17:15:17 +0100
commit36e622233952e410396daee4ba64ddcb60145685 (patch)
tree06d484742201b2b20d3cda79f169bcead5823049 /spec/spec_helper.rb
parentc2c4286fa16e726d227b678fb18d30f1cbb93612 (diff)
downloadzorglub-36e622233952e410396daee4ba64ddcb60145685.zip
zorglub-36e622233952e410396daee4ba64ddcb60145685.tar.gz
spec_helper: add missing mappings
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 1ada235..cf6af3a 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -55,7 +55,9 @@ class Node3 < Node2
end
#
APP = Zorglub::App.new do
+ map '/spec0', Node0
map '/spec1', Node1
+ map '/spec3', Node3
end
class Node2
map APP, '/spec2'