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:
parent
7668e5aa9d
commit
07311e56e2
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ module Psych_Tests
|
||||||
end
|
end
|
||||||
|
|
||||||
class Psych_Unit_Tests < Psych::TestCase
|
class Psych_Unit_Tests < Psych::TestCase
|
||||||
|
def teardown
|
||||||
|
Psych.domain_types.clear
|
||||||
|
end
|
||||||
#
|
#
|
||||||
# Tests modified from 00basic.t in Psych.pm
|
# Tests modified from 00basic.t in Psych.pm
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue