fixed browser tests

This commit is contained in:
Aleksandr Chebotov
2020-07-13 11:44:04 +03:00
parent 81865d867e
commit f8bf39d9ad
3 changed files with 20 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ Describe "Git" {
(Get-Command -Name $toolName).Source | Should -Match $source
}
It "hub is installed" {
It "ToolName 'hub' is installed" {
"hub --version" | Should -ReturnZeroExitCode
}