* 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:
parent
7668e5aa9d
commit
07311e56e2
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user