purposefully create a bad tag to test tag checks for build

This commit is contained in:
James Truher 2016-07-27 11:29:14 -07:00
parent 5e61213be9
commit 0b61bb6464

View file

@ -1,4 +1,4 @@
Describe 'Basic engine APIs' -Tags "CI" {
Describe 'Basic engine APIs' -Tags "DRT" {
Context 'powershell::Create' {
It 'can create default instance' {
[powershell]::Create() | Should Not Be $null