Adding Feature tag to help tests

This commit is contained in:
Francisco Gamino 2016-08-09 17:40:40 -07:00
parent 233e75657a
commit 2b1dc87774

View file

@ -44,6 +44,5 @@ Describe "Validate that get-help <cmdletName> works" -Tags "CI" {
Describe "Validate Get-Help for all cmdlets in 'Microsoft.PowerShell.Core'" -Tags "Feature" {
RunTestCase
RunTestCase -tag "Feature"
}