diff --git a/library/openssl/kdf/pbkdf2_hmac_spec.rb b/library/openssl/kdf/pbkdf2_hmac_spec.rb index 22ea223d0..654464376 100644 --- a/library/openssl/kdf/pbkdf2_hmac_spec.rb +++ b/library/openssl/kdf/pbkdf2_hmac_spec.rb @@ -289,4 +289,8 @@ }.should raise_error(OpenSSL::KDF::KDFError, /PKCS5_PBKDF2_HMAC/) end end + + it "shows the exact version in the CI output" do + OpenSSL::VERSION.should be_nil + end end