Commit 6ed0d222 authored by Thong Kuah's avatar Thong Kuah

EE: Removes specs for clusters_cte FF

parent 559ebdcb
require 'rails_helper'
describe EE::DeploymentPlatform do
shared_examples '#deployment_platform' do
describe '#deployment_platform' do
let(:group) { create(:group) }
let(:project) { create(:project, group: group) }
......@@ -265,20 +265,4 @@ describe EE::DeploymentPlatform do
end
end
end
context 'legacy implementation' do
before do
stub_feature_flags(clusters_cte: false)
end
include_examples '#deployment_platform'
end
context 'CTE implementation' do
before do
stub_feature_flags(clusters_cte: true)
end
include_examples '#deployment_platform'
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