Closed peetrike closed 3 years ago
The It block
The following line should use correct delimiter: https://github.com/vexx32/PSKoans/blob/120a6eab49c2da9c5357903859e7cc6d8b713819/PSKoans/Koans/Cmdlets%202/AboutCsvCmdlets.Koans.ps1#L88
The following line should have -NoTypeInformation added to Export-Csv: https://github.com/vexx32/PSKoans/blob/120a6eab49c2da9c5357903859e7cc6d8b713819/PSKoans/Koans/Cmdlets%202/AboutCsvCmdlets.Koans.ps1#L96
-NoTypeInformation
Export-Csv
Describe "Koan Bug, Issue, or Help Request"
The It block
Context "The Problematic Assertions"
The following line should use correct delimiter: https://github.com/vexx32/PSKoans/blob/120a6eab49c2da9c5357903859e7cc6d8b713819/PSKoans/Koans/Cmdlets%202/AboutCsvCmdlets.Koans.ps1#L88
The following line should have
-NoTypeInformation
added toExport-Csv
: https://github.com/vexx32/PSKoans/blob/120a6eab49c2da9c5357903859e7cc6d8b713819/PSKoans/Koans/Cmdlets%202/AboutCsvCmdlets.Koans.ps1#L96Context "Your Attempts"
Context "Additional Information"