lib/Pester/3.3.14/Snippets/ShouldBeGreaterThan.snippets.ps1xml
<?xml version='1.0' encoding='utf-8' ?>
<Snippets xmlns='http://schemas.microsoft.com/PowerShell/Snippets'> <Snippet Version='1.0.0'> <Header> <Title>Should Be Greater Than</Title> <Description>Add Pester Should BeGreaterThan assertion</Description> <Shortcut>sbgt</Shortcut> <Keywords>Pipeline,ScriptBlock,Editor,Console</Keywords> <Author>nohwnd</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Code> <Script Language='PowerShell' CaretOffset='23'> <![CDATA[| Should BeGreaterThan ]]> </Script> </Code> </Snippet> </Snippets> |