Commit 527428a7 authored by James Lopez's avatar James Lopez

updated spec

parent d6edecde
...@@ -190,8 +190,8 @@ describe Gitlab::ImportExport::ProjectTreeRestorer, services: true do ...@@ -190,8 +190,8 @@ describe Gitlab::ImportExport::ProjectTreeRestorer, services: true do
end end
end end
context 'existing builds' do context 'when there is an existing build with build token' do
it 'do not throw errors' do it 'restores project json correctly' do
create(:ci_build, token: 'abcd') create(:ci_build, token: 'abcd')
expect(restored_project_json).to be true expect(restored_project_json).to be true
......
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