fix bad tag to check tag checking

This commit is contained in:
James Truher 2016-07-27 11:37:06 -07:00
parent 0b61bb6464
commit f0233a8d20

View file

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