Skip to content
Snippets Groups Projects
Commit 428da5b8 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre
Browse files

Merge branch '9255-implement-access-controls-when-sso-enforcement-enabled-ce' into 'master'

Port migration fix from EE 9270

See merge request gitlab-org/gitlab-ce!25004
parents 48647672 ab1ae147
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,10 @@ require 'spec_helper'
require Rails.root.join('db', 'migrate', '20171216111734_clean_up_for_members.rb')
 
describe CleanUpForMembers, :migration do
before do
stub_feature_flags(enforced_sso: false)
end
let(:migration) { described_class.new }
let(:groups) { table(:namespaces) }
let!(:group_member) { create_group_member }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment