about summary refs log tree commit homepage
path: root/test/test_splitfx.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_splitfx.rb')
-rw-r--r--test/test_splitfx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_splitfx.rb b/test/test_splitfx.rb
index cacda66..e3bd19d 100644
--- a/test/test_splitfx.rb
+++ b/test/test_splitfx.rb
@@ -39,7 +39,7 @@ class TestSplitfx < Testcase
   end
 
   def test_example
-    hash = YAML.load(File.read("examples/splitfx.sample.yml"))
+    hash = DTAS.yaml_load(File.read("examples/splitfx.sample.yml"))
     sfx = DTAS::SplitFX.new
     Dir.mktmpdir do |dir|
       Dir.chdir(dir) do