summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_build_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_build_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_build_command.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_build_command.rb b/test/rubygems/test_gem_commands_build_command.rb
index 6d31949187..19ca03bb70 100644
--- a/test/rubygems/test_gem_commands_build_command.rb
+++ b/test/rubygems/test_gem_commands_build_command.rb
@@ -154,6 +154,8 @@ class TestGemCommandsBuildCommand < Gem::TestCase
SIGNING_KEY = key_path 'private3072'
def test_build_signed_gem
+ skip 'openssl is missing' unless defined?(OpenSSL::SSL)
+
trust_dir = Gem::Security.trust_dir
spec = util_spec 'some_gem' do |s|