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