This commit is contained in:
Mislav Marohnić 2022-04-04 14:30:28 +02:00
Родитель 81e60f1f0d
Коммит 673fe34d1e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ Feature: hub compare
And I am on the "develop" branch with upstream "origin/develop"
When I run `hub compare`
Then the exit status should be 1
And the stderr should contain exactly "the branch to compare 'develop' is the default branch\n"
And the stderr should contain exactly "the branch to compare 'develop' is the main branch\n"
Scenario: No args, has upstream branch
Given I am on the "feature" branch with upstream "origin/experimental"