Skip to content

Commit

Permalink
Prefer Psych in tests, too
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Feb 9, 2011
1 parent 8ef9ca9 commit ae6bdb3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/rubygems/test_case.rb
Expand Up @@ -18,13 +18,8 @@
require 'rubygems/package'
require 'rubygems/test_utilities'
require 'pp'
require 'yaml'
require 'zlib'

begin
YAML::ENGINE.yamler = 'psych'
rescue LoadError
end if YAML.const_defined? :ENGINE
Gem.load_yaml

begin
gem 'rdoc'
Expand Down

0 comments on commit ae6bdb3

Please sign in to comment.