Commit 53fb5a0a authored by Yorick Peterse's avatar Yorick Peterse

Remove duplicate project tree specs

These two example blocks are already present earlier in the same
surrounding "context" block.
parent 6b450d7a
...@@ -264,14 +264,6 @@ describe Gitlab::ImportExport::ProjectTreeRestorer do ...@@ -264,14 +264,6 @@ describe Gitlab::ImportExport::ProjectTreeRestorer do
expect(CommitStatus.all).to all(have_attributes(pipeline_id: a_value > 0)) expect(CommitStatus.all).to all(have_attributes(pipeline_id: a_value > 0))
end end
end end
it 'has issue boards' do
expect(Project.find_by_path('project').boards.count).to eq(1)
end
it 'has lists associated with the issue board' do
expect(Project.find_by_path('project').boards.find_by_name('TestBoardABC').lists.count).to eq(3)
end
end end
end end
......
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