aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pkcs7.rb
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2016-02-02 21:15:51 +0900
committerZachary Scott <e@zzak.io>2016-02-02 21:15:51 +0900
commit7ce811a4246f1452ce9d093a72e6cc5cccff50ff (patch)
treeb62f5097b6538177b85660de532898908c926b4b /test/test_pkcs7.rb
parent6cbbbb6674632da29b09b420d10f03d36b1a880a (diff)
downloadruby-openssl-7ce811a4246f1452ce9d093a72e6cc5cccff50ff.tar.gz
Sync trunk
Diffstat (limited to 'test/test_pkcs7.rb')
-rw-r--r--test/test_pkcs7.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pkcs7.rb b/test/test_pkcs7.rb
index 47bd4f31..ce99db50 100644
--- a/test/test_pkcs7.rb
+++ b/test/test_pkcs7.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require_relative 'utils'
if defined?(OpenSSL::TestUtils)