# File lib/guid.rb, line 141 141: def test_from_s 142: g = Guid.new 143: g2 = Guid.from_s(g.to_s) 144: assert_equal(g, g2) 145: end