diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-10 22:25:08 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-10 22:25:08 +0200 |
commit | 19f8f108f2644c6c23d9743786e2d80778ac5848 (patch) | |
tree | 80b6e2a3150aabb50964a56574e181faa27e45c4 | |
parent | b88e3ae691ad11e1b36240921bf7267599b7f221 (diff) | |
download | edoors-ruby-19f8f108f2644c6c23d9743786e2d80778ac5848.zip edoors-ruby-19f8f108f2644c6c23d9743786e2d80778ac5848.tar.gz |
specs: update particle spec name
-rw-r--r-- | spec/particle_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/particle_spec.rb b/spec/particle_spec.rb index 8c48cd1..6b94c42 100644 --- a/spec/particle_spec.rb +++ b/spec/particle_spec.rb @@ -187,7 +187,7 @@ describe EvenDoors::Particle do p.link_value.should eql 'v1' end # - it "json from to should work" do + it "particle->json->particle" do s0 = EvenDoors::Spin.new 'top' s1 = EvenDoors::Room.new 'room0', s0 s2 = EvenDoors::Room.new 'room1', s1 |