diff options
author | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2012-01-04 14:29:13 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2012-01-04 14:29:13 -0300 |
commit | 7d26fad384a99aea27e478474f5b8d24ae33b704 (patch) | |
tree | 694f333c92128454c9df1a239d8ee1022d1c22f1 /activesupport/test | |
parent | bdc49dcb4ee2af23599965e98fec1bfe21561c23 (diff) | |
download | rails-7d26fad384a99aea27e478474f5b8d24ae33b704.tar.gz rails-7d26fad384a99aea27e478474f5b8d24ae33b704.tar.bz2 rails-7d26fad384a99aea27e478474f5b8d24ae33b704.zip |
No need to require psych since require yaml does that.
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/ordered_hash_test.rb | 1 | ||||
-rw-r--r-- | activesupport/test/safe_buffer_test.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/test/ordered_hash_test.rb b/activesupport/test/ordered_hash_test.rb index 841088e7e7..78de7fb6ab 100644 --- a/activesupport/test/ordered_hash_test.rb +++ b/activesupport/test/ordered_hash_test.rb @@ -1,4 +1,3 @@ -require 'psych' require 'abstract_unit' require 'active_support/json' require 'active_support/core_ext/object/to_json' diff --git a/activesupport/test/safe_buffer_test.rb b/activesupport/test/safe_buffer_test.rb index e569e04180..2fde07995b 100644 --- a/activesupport/test/safe_buffer_test.rb +++ b/activesupport/test/safe_buffer_test.rb @@ -1,5 +1,4 @@ require 'abstract_unit' -require 'psych' require 'active_support/core_ext/string/inflections' require 'yaml' |