merge browser tests into one It

This commit is contained in:
Aleksandr Chebotov
2020-07-13 09:47:54 +03:00
parent 8608a1070e
commit bd13391d6b
2 changed files with 4 additions and 32 deletions

View File

@@ -69,10 +69,6 @@ Describe "InnoSetup" {
}
Describe "GitHub-CLI" {
It "gh is located in ${env:ProgramFiles(x86)}\GitHub CLI" {
"${env:ProgramFiles(x86)}\GitHub CLI\gh.exe" | Should -Exist
}
It "gh" {
"gh --version" | Should -ReturnZeroExitCode
}