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