fix: rubocop violations controller tests
This commit is contained in:
parent
d3d7acc7ce
commit
1a2b23ec88
1 changed files with 3 additions and 2 deletions
|
@ -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]],
|
||||
|
|
Loading…
Reference in a new issue