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