[Windows] Remove hub utility (#8365)

This commit is contained in:
Vasilii Polikarpov
2023-09-26 09:30:27 +02:00
committed by GitHub
parent f05152105f
commit 9f764f7429
4 changed files with 0 additions and 18 deletions

View File

@@ -48,9 +48,3 @@ Describe "CloudFoundry CLI" -Skip:(Test-IsWin22) {
"cf --version" | Should -ReturnZeroExitCode
}
}
Describe "Hub CLI" {
It "hub is installed" {
"hub --version" | Should -ReturnZeroExitCode
}
}