summaryrefslogtreecommitdiff
path: root/spec/support/hax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/hax.rb')
-rw-r--r--spec/support/hax.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/hax.rb b/spec/support/hax.rb
index 74daccc9db..cc19b72fab 100644
--- a/spec/support/hax.rb
+++ b/spec/support/hax.rb
@@ -44,7 +44,7 @@ class Object
begin
# this has to be done up front because psych will try to load a .jar
# if it thinks its on jruby
- require "psych"
+ require "yaml"
rescue LoadError
nil
end