Increase code coverage #22

Merged
OCram85 merged 34 commits from dev into master 2018-03-21 12:16:09 +01:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 4b99f83dd2 - Show all commits

View File

@ -22,11 +22,4 @@ Describe "Get-ModuleBase" {
{ Get-ModuleBase } | Should -Not -Throw
}
}
Context "Testing basic scenario" {
# Dummy test. This can only be executed if it gets populated by the module itself. But it's
# private function an returns $null when it's called by pester...
It "Env: AppVeyor" {
Get-ModuleBase | Should -Be ''
}
}
}