mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
CFINSPEC-84: Fix typo in unit test comment
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
c80c55299d
commit
b087b4b38f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ describe Inspec::Resources::X509PrivateKey do
|
|||
end
|
||||
|
||||
# freebsd
|
||||
it "checks x509 secret key with no passphrase on darwin" do
|
||||
it "checks x509 secret key with no passphrase on freebsd" do
|
||||
resource = MockLoader.new(:freebsd10).load_resource("x509_private_key", "/home/openssl_activity/bob_private.pem")
|
||||
_(resource.valid?).must_equal true
|
||||
_(resource.encrypted?).must_be_nil
|
||||
|
|
Loading…
Add table
Reference in a new issue