test/test_yaml_regressions.rb in sup-0.20.0 vs test/test_yaml_regressions.rb in sup-0.21.0

- old
+ new

@@ -4,10 +4,10 @@ # and becoming the default yamler. require 'yaml' require 'sup' module Redwood - class TestYamlRegressions < ::Minitest::Unit::TestCase + class TestYamlRegressions < ::Minitest::Test def test_yamling_hash hsh = {:foo => 42} reloaded = YAML.load(hsh.to_yaml) assert_equal reloaded, hsh