# File warshall.rb, line 375 def test_each temp = Relation.new([]) @rel1.each{|i| temp.addPaar!(i,i)} assert_equal(temp, @rel4) end