aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pkey_dsa.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-08-13 22:36:25 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-08-24 21:01:09 +0900
commit134bff1bafd1d0a781a1ac0d4fcbebd963f9c241 (patch)
treeee4bac3de5a1ec6c906fa0ded28bc9af7b836d46 /test/test_pkey_dsa.rb
parentaa03e3ac99bbf33d07a7fc24cff199ebd5dbe266 (diff)
downloadruby-openssl-134bff1bafd1d0a781a1ac0d4fcbebd963f9c241.tar.gz
test: fix formatting
Fix wrong nesting in test/utils.rb. Remove unnecessary requires. Wrap the code with 'if defined?(OpenSSL::TestUtils) ~ end' and avoid class definition with modifier if.
Diffstat (limited to 'test/test_pkey_dsa.rb')
-rw-r--r--test/test_pkey_dsa.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_pkey_dsa.rb b/test/test_pkey_dsa.rb
index 0019c8ae..3fb4dc4c 100644
--- a/test/test_pkey_dsa.rb
+++ b/test/test_pkey_dsa.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: false
require_relative 'utils'
-require 'base64'
if defined?(OpenSSL::TestUtils)