aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/safe_buffer_test.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafael.franca@plataformatec.com.br>2012-01-04 14:29:13 -0300
committerRafael Mendonça França <rafael.franca@plataformatec.com.br>2012-01-04 14:29:13 -0300
commit7d26fad384a99aea27e478474f5b8d24ae33b704 (patch)
tree694f333c92128454c9df1a239d8ee1022d1c22f1 /activesupport/test/safe_buffer_test.rb
parentbdc49dcb4ee2af23599965e98fec1bfe21561c23 (diff)
downloadrails-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/safe_buffer_test.rb')
-rw-r--r--activesupport/test/safe_buffer_test.rb1
1 files changed, 0 insertions, 1 deletions
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'