aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/safe_buffer_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/safe_buffer_test.rb')
-rw-r--r--activesupport/test/safe_buffer_test.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/activesupport/test/safe_buffer_test.rb b/activesupport/test/safe_buffer_test.rb
index 8d9911ea01..e569e04180 100644
--- a/activesupport/test/safe_buffer_test.rb
+++ b/activesupport/test/safe_buffer_test.rb
@@ -1,9 +1,5 @@
require 'abstract_unit'
-begin
- require 'psych'
-rescue LoadError
-end
-
+require 'psych'
require 'active_support/core_ext/string/inflections'
require 'yaml'