Commit d8252efe authored by James Lopez's avatar James Lopez

fix spec

parent fb5ca695
......@@ -402,11 +402,9 @@ describe Gitlab::ImportExport::ProjectTreeRestorer do
group: create(:group))
end
before do
it 'preserves the project milestone IID' do
project_tree_restorer.instance_variable_set(:@path, "spec/lib/gitlab/import_export/project.milestone-iid.json")
end
it 'preserves the project milestone IID' do
expect_any_instance_of(Gitlab::ImportExport::Shared).not_to receive(:error)
restored_project_json
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment