From 0604ff5819137a9acd19bc5f0c393d47ea9a19a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 22 Jun 2012 23:37:05 +0200 Subject: complete SPin specs --- spec/spin_spec.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spec/spin_spec.rb b/spec/spin_spec.rb index 9d73b90..9ceebf8 100644 --- a/spec/spin_spec.rb +++ b/spec/spin_spec.rb @@ -92,6 +92,16 @@ describe Edoors::Spin do spin.debug_errors.should be true end # + it "search world" do + spin = Edoors::Spin.new 'dom0', :debug_routing=>true + r0 = Edoors::Room.new 'r0', spin + r1 = Edoors::Room.new 'r1', r0 + r2 = Edoors::Room.new 'r2', r1 + spin.search_world(r0.path).should be r0 + spin.search_world(r1.path).should be r1 + spin.search_world(r2.path).should be r2 + end + # it "spin->json->spin" do spin = Edoors::Spin.new 'dom0', :debug_routing=>true r0 = Edoors::Room.new 'r0', spin -- cgit v1.1-2-g2b99