From f7af7dff0f88dad216d90c4f4c32893ea5f31b9a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 21 Jan 2022 07:53:36 +0000 Subject: dtas: drop unnecessary "require 'yaml'" statements We use DTAS.yaml_load to wrap all YAML.*load calls, but we still need "require 'yaml'" for various .to_yaml calls. --- test/test_encoding.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_encoding.rb') diff --git a/test/test_encoding.rb b/test/test_encoding.rb index 666d185..5cd5da7 100644 --- a/test/test_encoding.rb +++ b/test/test_encoding.rb @@ -3,7 +3,6 @@ # frozen_string_literal: true require './test/helper' require 'dtas' -require 'yaml' class TestEncoding < Testcase def test_encoding -- cgit v1.2.3-24-ge0c7