aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-01-04 15:01:51 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-01-04 15:07:15 -0800
commit4fabad7cf125178c95468a573951e587928c333b (patch)
tree84a1031ee49501d47e835d7ddb43e451e0bdc9cd /activesupport/lib
parenta84b84efaca02a0164c32a10df59f581eef16ac8 (diff)
downloadrails-4fabad7cf125178c95468a573951e587928c333b.tar.gz
rails-4fabad7cf125178c95468a573951e587928c333b.tar.bz2
rails-4fabad7cf125178c95468a573951e587928c333b.zip
test that the custom ordered hash can be round-tripped
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/ordered_hash.rb5
1 files changed, 0 insertions, 5 deletions
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|