describe 'stock' do
    subject { post :stock, id: new_article.id, format: :js }
    let(:stockes_count) { 1 }

    it '' do