Commit eeb82f1a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove specs for legacy code that was removed

In 15ba85ab the legacy code for
filtering labels was removed. This commit removes EE specs that rely on
legacy code.
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f1f279be
......@@ -287,18 +287,6 @@ describe API::Epics do
expect_paginated_array_response(epic.id)
end
it 'returns an array of epics with no label when using the legacy No+Label filter' do
get api(url), params: { labels: 'No Label' }
expect_paginated_array_response(epic.id)
end
it 'returns an array of epics with no label when using the legacy No+Label filter with labels param as array' do
get api(url), params: { labels: ['No Label'] }
expect_paginated_array_response(epic.id)
end
it_behaves_like 'can admin epics'
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