summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/psych/visitors/test_to_ruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/psych/visitors/test_to_ruby.rb b/test/psych/visitors/test_to_ruby.rb
index f342bf0a1a..0ebfe9bab0 100644
--- a/test/psych/visitors/test_to_ruby.rb
+++ b/test/psych/visitors/test_to_ruby.rb
@@ -24,6 +24,7 @@ module Psych
end
def test_legacy_struct
+ Struct.send(:remove_const, AWESOME) if Struct.const_defined?(:AWESOME)
foo = Struct.new('AWESOME', :bar)
assert_equal foo.new('baz'), Psych.load(<<-eoyml)
!ruby/struct:AWESOME