summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-18 15:08:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-18 15:08:03 +0000
commitccf37fd3eca15cd5f55c1eba3b28d2798808d357 (patch)
tree925471acb29c7cc080a522b1d2db6b06e55616dd /spec/lib/gitlab/git_spec.rb
parent79d62647bcfad69d7272020acb7d8be5ee5df003 (diff)
downloadgitlab-ce-ccf37fd3eca15cd5f55c1eba3b28d2798808d357.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/gitlab/git_spec.rb')
-rw-r--r--spec/lib/gitlab/git_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/lib/gitlab/git_spec.rb b/spec/lib/gitlab/git_spec.rb
index fbc49e05c37..cb07bbdbaaa 100644
--- a/spec/lib/gitlab/git_spec.rb
+++ b/spec/lib/gitlab/git_spec.rb
@@ -73,7 +73,8 @@ describe Gitlab::Git do
[sha, short_sha, true],
[sha, sha.reverse, false],
[sha, too_short_sha, false],
- [sha, nil, false]
+ [sha, nil, false],
+ [nil, nil, true]
]
end