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