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
|
article_c
|
||||||
supplier.reload
|
supplier.reload
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'assigns sorting on articles' do
|
it 'assigns sorting on articles' do
|
||||||
sortings = [
|
sortings = [
|
||||||
['name', [article_a, article_b, article_c]],
|
['name', [article_a, article_b, article_c]],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue