removed a very platform-specific and time specific test for new-item

This commit is contained in:
Zachary Folwick 2015-11-30 15:07:13 -08:00
parent d9b927782b
commit 4319987dd1

View file

@ -92,8 +92,4 @@ Describe "New-Item" {
Test-Path $FullyQualifiedFile | Should Be $false
}
It "Should produce an error when the credentials switch is thrown" {
{ New-Item -Name $testfile -Path $tmpDirectory -ItemType file -Credential domain/USER } | Should Throw "not implemented"
}
}