Skip to content

Instantly share code, notes, and snippets.

@bielawb
Last active July 11, 2017 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/3a04d52bd17101191d41a6a3bc970a0d to your computer and use it in GitHub Desktop.
Save bielawb/3a04d52bd17101191d41a6a3bc970a0d to your computer and use it in GitHub Desktop.
Maskowanie poleceń - bez bloku skryptu
Describe 'Testujemy maskowanie poleceń' {
Mock -CommandName New-Item
It 'Nie stworzy pliku c:\jakaśNazwa' {
New-Item -Path c:\jakaśNazwa
}
}
Get-Item C:\jaka*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment