diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-09 11:57:31 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-09 11:57:31 +0200 | 
| commit | 3533c7e7652af547338c364e03070d84d75d9cbd (patch) | |
| tree | 658dd6006663d067dcdb004bc8d8d7f472fa96f3 /spec | |
| parent | 8a2a3c900881c652389e2101725f37c1fcadd6a0 (diff) | |
| download | edoors-ruby-3533c7e7652af547338c364e03070d84d75d9cbd.zip edoors-ruby-3533c7e7652af547338c364e03070d84d75d9cbd.tar.gz  | |
specs: Particle check destinatino with spaces
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/evendoors_spec.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/evendoors_spec.rb b/spec/evendoors_spec.rb index 72a314a..2f5eb70 100644 --- a/spec/evendoors_spec.rb +++ b/spec/evendoors_spec.rb @@ -237,6 +237,12 @@ describe EvenDoors do              p.door.should be_nil              p.action.should be_nil              # +            p.set_dst! ' ', ' ' +            p.split_dst! +            p.room.should be_nil +            p.door.should be_nil +            p.action.should be_nil +            #          end          #          it "routing: error!" do  | 
