test/test_struct.rb in syck-1.0.4 vs test/test_struct.rb in syck-1.0.5

- old
+ new

@@ -7,10 +7,10 @@ @bar = 'hello' end end module Syck - class TestStruct < MiniTest::Unit::TestCase + class TestStruct < Test::Unit::TestCase def test_roundtrip thing = StructWithIvar.new('bar') struct = Syck.load(Syck.dump(thing)) assert_equal 'hello', struct.bar