Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 7, 2019 07:33
Show Gist options
  • Save chriskuech/bd275626aa6094b70b79dac91b53698f to your computer and use it in GitHub Desktop.
Save chriskuech/bd275626aa6094b70b79dac91b53698f to your computer and use it in GitHub Desktop.
$test | Should -HaveCount $expected.Count
$test[3] | Should -Be $expected[3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment