Commit dae2f95c authored by mo khan's avatar mo khan

Fix alignment in spec

parent c321b3f7
......@@ -878,9 +878,9 @@ describe ProjectPolicy do
context 'when licenses list feature not available' do
let(:current_user) { admin }
before do
stub_feature_flags(licenses_list: false)
end
before do
stub_feature_flags(licenses_list: false)
end
it { is_expected.to be_disallowed(:read_licenses_list) }
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