summaryrefslogtreecommitdiff
path: root/spec/support/services
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-10-04 10:07:28 +1300
committerThong Kuah <tkuah@gitlab.com>2018-10-04 14:31:05 +1300
commit56f309dd53619b688415b62625a9baa86c837560 (patch)
tree7a26b30bd6806a1e9f89dc2f6a9890499a457af2 /spec/support/services
parenta5cfacc281855e3d2f1da4b08d4579a089c3d311 (diff)
downloadgitlab-ce-56f309dd53619b688415b62625a9baa86c837560.tar.gz
Remove `rbac_clusters` feature flag
Now that Auto DevOps can run in a RBAC enabled cluster from https://gitlab.com/gitlab-org/gitlab-ce/issues/51942, we can now remove the FF. As the flag only governed if UI elements would appear or not when creating/adding existing clusters; the effect of removing the FF would be that the checkbox to choose to enable RBAC clusters will now always appear. Remove FF stubs from specs Improve spec context names
Diffstat (limited to 'spec/support/services')
-rw-r--r--spec/support/services/clusters/create_service_shared.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/services/clusters/create_service_shared.rb b/spec/support/services/clusters/create_service_shared.rb
index 22f712f3fcf..b0bf942aa09 100644
--- a/spec/support/services/clusters/create_service_shared.rb
+++ b/spec/support/services/clusters/create_service_shared.rb
@@ -30,10 +30,6 @@ shared_context 'invalid cluster create params' do
end
shared_examples 'create cluster service success' do
- before do
- stub_feature_flags(rbac_clusters: false)
- end
-
it 'creates a cluster object and performs a worker' do
expect(ClusterProvisionWorker).to receive(:perform_async)