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

Fix rubocop offence

parent 599b396c
......@@ -64,8 +64,8 @@ RSpec.describe Groups::GroupMembersController do
allow(Ability).to receive(:allowed?).and_call_original
allow(Ability).to receive(:allowed?).with(user, :override_group_member, membership) { true }
end
it 'is successful' do
it 'is successful' do
post :override,
params: {
group_id: group,
......
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