Commit 826f9186 authored by mo khan's avatar mo khan Committed by Ash McKenzie

Fix rubocop violations

parent dd70b371
......@@ -42,9 +42,9 @@ describe SoftwareLicensePolicies::CreateService do
context 'when valid parameters are specified' do
where(:approval_status, :expected_classification) do
[
['approved', 'approved'],
['denied', 'denied'],
['blacklisted', 'denied'],
%w[approved approved],
%w[denied denied],
%w[blacklisted denied]
]
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