Commit e7676119 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Add cr remarks

parent ed498cb4
......@@ -44,7 +44,7 @@ RSpec.describe Gitlab::Auth::GroupSaml::SessionEnforcer do
allow(group).to receive(:root_ancestor).and_return(root_group)
end
let(:group) { create(:group, parent: root_group) }
let(:group) { create(:group) }
subject(:enforced?) { described_class.new(user, group).access_restricted? }
......@@ -189,7 +189,7 @@ RSpec.describe Gitlab::Auth::GroupSaml::SessionEnforcer do
allow(group).to receive(:root_ancestor).and_return(root_group)
end
let(:group) { create(:group, parent: root_group) }
let(:group) { create(:group) }
subject(:enforced?) { described_class.new(user, group).access_restricted? }
......
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