# File warshall.rb, line 318 def test_copy temp = @menge4.copy assert_not_same(temp, @menge4) assert_equal(temp, @menge4) end