1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/psych/test_yaml.rb: clearing domain types on teardown

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2010-04-24 01:04:55 +00:00
parent 7668e5aa9d
commit 07311e56e2

View file

@ -10,6 +10,9 @@ module Psych_Tests
end
class Psych_Unit_Tests < Psych::TestCase
def teardown
Psych.domain_types.clear
end
#
# Tests modified from 00basic.t in Psych.pm
#