Prepare next release 0.2.1.X #18

Merged
OCram85 merged 32 commits from dev into master 2018-03-09 14:02:51 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 55260af894 - Show all commits

View File

@ -46,6 +46,7 @@ $VerbosePreference = "SilentlyContinue"
Describe "New-CredentialStore" {
Context "Private CS tests" {
$pCS = Join-Path -Path $env:APPDATA -ChildPath "CredentialStore.json"
Write-Debug -Message ("Parsed private CS:" -f $pCS)
It "Test1: Create new private CredentialStore" {
New-CredentialStore
$result = Test-Path -Path $pCS