summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-31 15:38:14 -0700
committerStan Hu <stanhu@gmail.com>2018-07-31 15:38:14 -0700
commitdb4ff688da690f3b7c182e5e9f4f9146518c1d69 (patch)
treec0ed000e9a1f609989391290a8f1d4a54e7a7c23 /spec/lib/gitlab/bitbucket_server_import/importer_spec.rb
parent980ac50b2796968a6e3d4a9eb497b41059b6034b (diff)
downloadgitlab-ce-db4ff688da690f3b7c182e5e9f4f9146518c1d69.tar.gz
Fix failing spec in fallback diff note change
Diffstat (limited to 'spec/lib/gitlab/bitbucket_server_import/importer_spec.rb')
-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