summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-06-22 09:54:44 +0200
committerJames Lopez <james@jameslopez.es>2018-06-22 09:54:44 +0200
commitfb5ca695c475ef9d9eb9b32f53bf9d5471b3c531 (patch)
tree8d194a85da96da442df8a886187f67ececdec7c9 /spec/lib/gitlab/import_export
parent35d69ccf95e18031cd232c594282a1671d97d1ae (diff)
downloadgitlab-ce-fb5ca695c475ef9d9eb9b32f53bf9d5471b3c531.tar.gz
fix spec
Diffstat (limited to 'spec/lib/gitlab/import_export')
-rw-r--r--spec/lib/gitlab/import_export/project_tree_restorer_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lib/gitlab/import_export/project_tree_restorer_spec.rb b/spec/lib/gitlab/import_export/project_tree_restorer_spec.rb
index 1601b913b91..612f1ba4043 100644
--- a/spec/lib/gitlab/import_export/project_tree_restorer_spec.rb
+++ b/spec/lib/gitlab/import_export/project_tree_restorer_spec.rb
@@ -407,8 +407,6 @@ describe Gitlab::ImportExport::ProjectTreeRestorer do
end
it 'preserves the project milestone IID' do
- create(:milestone, name: 'A milestone', group: project.group)
-
expect_any_instance_of(Gitlab::ImportExport::Shared).not_to receive(:error)
restored_project_json