Commit f0baf6f1 authored by Alex Kalderimis's avatar Alex Kalderimis

Apply 1 suggestion(s) to 1 file(s)

parent 5579cb99
......@@ -63,7 +63,7 @@ RSpec.describe GroupMemberPolicy do
let(:group) { create(:group, :internal) }
specify do
expect_disallowed(:read_group, *member_related_permissions)
expect_disallowed(:read_group, :read_design_activity, *member_related_permissions)
end
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