Added set-variable tests

This commit is contained in:
Zachary Folwick 2015-09-29 10:20:11 -07:00
parent 1268ce5f24
commit 7b29702a27

View file

@ -50,6 +50,7 @@
$output = $input | Format-List -Property Description | Out-String
# This will cause errors running these tests in windows
$output | Should Be "`n`nDescription : test description`n`n`n`n"
}