fix: rubocop violations controller tests

This commit is contained in:
Philipp Rothmann 2023-03-05 11:12:11 +01:00
parent d3d7acc7ce
commit 1a2b23ec88

View file

@ -36,6 +36,7 @@ describe ArticlesController, type: :controller do
article_c
supplier.reload
end
it 'assigns sorting on articles' do
sortings = [
['name', [article_a, article_b, article_c]],