Commit 9f9815f2 authored by mo khan's avatar mo khan Committed by Ash McKenzie

Fix rubocop violation

parent bba5f921
......@@ -16,8 +16,8 @@ describe ManagedLicenseEntity do
describe "#approval_status" do
where(:classification, :approval_status) do
[
['approved', 'approved'],
['denied', 'blacklisted']
%w[approved approved],
%w[denied blacklisted]
]
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