<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,6 +29,6 @@ describe &quot;Set#divide when passed a block with an arity of 2&quot; do
   it &quot;yields each two Object to the block&quot; do
     ret = []
     Set[1, 2].divide { |x, y| ret &lt;&lt; [x, y] }
-    ret.should == [[1, 1], [1, 2], [2, 1], [2, 2]]
+    ret.sort.should == [[1, 1], [1, 2], [2, 1], [2, 2]]
   end
 end</diff>
      <filename>library/set/divide_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>867def1f84dc17aed6a4a656f93fccc979439dfa</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/35b8a26f46b7892cc603868692077b645e002d87</url>
  <id>35b8a26f46b7892cc603868692077b645e002d87</id>
  <committed-date>2009-06-03T11:15:45-07:00</committed-date>
  <authored-date>2009-06-03T11:15:45-07:00</authored-date>
  <message>Set#divide cannot assume a particular ordering of iteration</message>
  <tree>ced4f1efe355a84a2c94d53ce8301439035dd6e6</tree>
  <committer>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </committer>
</commit>
