# File warshall.rb, line 324 def test_each temp = Menge.new([]) @menge1.each{|i| temp.add(i)} assert_equal(temp, @menge1) end