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