diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-03 23:12:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-03 23:12:43 +0100 |
commit | 069ab960ad7afcfbcabc35dcaa904c5940ee1b5c (patch) | |
tree | 75a91ce23619ab01cfb744568fb495f6edb78196 /spec/spec_helper.rb | |
parent | d11475831dd832bda1bad297dce6cc0fc630f3d4 (diff) | |
download | zorglub-069ab960ad7afcfbcabc35dcaa904c5940ee1b5c.zip zorglub-069ab960ad7afcfbcabc35dcaa904c5940ee1b5c.tar.gz |
spec: remap nodes
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index faf5cc3..aa096e7 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -69,11 +69,11 @@ class Node3 < Zorglub::Node end # APP = Zorglub::App.new do - map '/spec0', Node0 - map '/spec1', Node1 - map '/spec3', Node3 + map '/node0', Node0 + map '/node1', Node1 + map '/node3', Node3 end class Node2 - map APP, '/spec2' + map APP, '/node2' end # |