test/test_seedy.rb in seedy-0.6.5 vs test/test_seedy.rb in seedy-0.6.6

- old
+ new

@@ -6,10 +6,10 @@ setup do Seedy.connect("localhost", "ibm", "ibm", "ibm") end should "create a User object graph when SimpleGraph#new" do - 100.times {Seedy::SimpleGraph.new} + 100.times {|x| Seedy::SimpleGraph.new(x)} end end end