Commit 4cbed002 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'ee-spec-differences' into 'master'

Remove duplicate project tree specs

See merge request gitlab-org/gitlab-ee!15083
parents 668e942e 53fb5a0a
......@@ -264,14 +264,6 @@ describe Gitlab::ImportExport::ProjectTreeRestorer do
expect(CommitStatus.all).to all(have_attributes(pipeline_id: a_value > 0))
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
......
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