Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-01 01:38:14 +0300
committerStan Hu <stanhu@gmail.com>2018-08-01 01:38:14 +0300
commitdb4ff688da690f3b7c182e5e9f4f9146518c1d69 (patch)
treec0ed000e9a1f609989391290a8f1d4a54e7a7c23 /spec/lib
parent980ac50b2796968a6e3d4a9eb497b41059b6034b (diff)
Fix failing spec in fallback diff note change
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/bitbucket_server_import/importer_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
index ae067a9f79a..760cd3eb7f3 100644
--- a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
+++ b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
@@ -221,9 +221,6 @@ describe Gitlab::BitbucketServerImport::Importer do
expect(notes.first.note).to start_with('*Comment on .gitmodules')
expect(notes.second.note).to start_with('*Comment on .gitmodules')
end
-
- it 'restores branches of inaccessible SHAs' do
- end
end
describe 'inaccessible branches' do