aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_config.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_config.rb
parent6cbbbb6674632da29b09b420d10f03d36b1a880a (diff)
downloadruby-openssl-7ce811a4246f1452ce9d093a72e6cc5cccff50ff.tar.gz
Sync trunk
Diffstat (limited to 'test/test_config.rb')
-rw-r--r--test/test_config.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_config.rb b/test/test_config.rb
index 4ceb7465..812b28b9 100644
--- a/test/test_config.rb
+++ b/test/test_config.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require_relative 'utils'
class OpenSSL::TestConfig < Test::Unit::TestCase
@@ -167,7 +168,7 @@ __EOC__
end
def test_value
- # supress deprecation warnings
+ # suppress deprecation warnings
OpenSSL::TestUtils.silent do
assert_equal('CA_default', @it.value('ca', 'default_ca'))
assert_equal(nil, @it.value('ca', 'no such key'))