From 4fabad7cf125178c95468a573951e587928c333b Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 4 Jan 2011 15:01:51 -0800 Subject: test that the custom ordered hash can be round-tripped --- activesupport/lib/active_support/ordered_hash.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/ordered_hash.rb b/activesupport/lib/active_support/ordered_hash.rb index ac20988230..5b8c342f4f 100644 --- a/activesupport/lib/active_support/ordered_hash.rb +++ b/activesupport/lib/active_support/ordered_hash.rb @@ -1,8 +1,3 @@ -begin - require 'psych' -rescue LoadError -end - require 'yaml' YAML.add_builtin_type("omap") do |type, val| -- cgit v1.2.3