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