summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-10 22:25:08 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-10 22:25:08 +0200
commit19f8f108f2644c6c23d9743786e2d80778ac5848 (patch)
tree80b6e2a3150aabb50964a56574e181faa27e45c4 /spec
parentb88e3ae691ad11e1b36240921bf7267599b7f221 (diff)
downloadedoors-ruby-19f8f108f2644c6c23d9743786e2d80778ac5848.zip
edoors-ruby-19f8f108f2644c6c23d9743786e2d80778ac5848.tar.gz
specs: update particle spec name
Diffstat (limited to 'spec')
-rw-r--r--spec/particle_spec.rb2
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