summaryrefslogtreecommitdiff
path: root/test/psych/test_to_yaml_properties.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-17 18:17:46 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-17 18:17:46 +0000
commitf595568e475b225b2ee5cce9d4667ba551177ee6 (patch)
treef664bc35af3f156f02cf3fd2fffefb3e77827250 /test/psych/test_to_yaml_properties.rb
parentc934771ca9ca54bb20f01b818035873594793dfa (diff)
* ext/psych/lib/psych.rb: bump psych version.
* ext/psych/psych.gemspec: ditto * ext/psych/yaml/scanner.c: add latest libyaml change. * test/psych/helper.rb: support newer minitest * test/psych/test_to_yaml_properties.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/test_to_yaml_properties.rb')
-rw-r--r--test/psych/test_to_yaml_properties.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_to_yaml_properties.rb b/test/psych/test_to_yaml_properties.rb
index 5b4860c435..724aab4f0e 100644
--- a/test/psych/test_to_yaml_properties.rb
+++ b/test/psych/test_to_yaml_properties.rb
@@ -1,7 +1,7 @@
require_relative 'helper'
module Psych
- class TestToYamlProperties < MiniTest::Unit::TestCase
+ class TestToYamlProperties < Psych::TestCase
class Foo
attr_accessor :a, :b, :c
def initialize