Test #298
Annotations
4 errors
Run tests:
spec/acceptance/x509_pkcs12_spec.rb#L18
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
|
Run tests:
spec/acceptance/x509_pkcs12_spec.rb#L34
x509 to pkcs12 to pem key File "/tmp/sample_x509.p12" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/sample_x509.p12".file?` to be truthy, got false
|
Run tests:
spec/acceptance/x509_pkcs12_spec.rb#L35
x509 to pkcs12 to pem key File "/tmp/sample_x509.p12" size is expected to be > 0
Failure/Error: its(:size) { is_expected.to be > 0 }
expected: > 0
got: 0
|
Run tests
Process completed with exit code 1.
|
Loading