This commit is contained in:
parent
75b0bdf856
commit
085e854361
2 changed files with 0 additions and 13 deletions
|
|
@ -4,10 +4,6 @@ describe OrderArticle do
|
|||
let(:order) { create :order, article_count: 1 }
|
||||
let(:oa) { order.order_articles.first }
|
||||
|
||||
it 'foo' do
|
||||
oa.update_article_and_price!()
|
||||
end
|
||||
|
||||
it 'is not ordered by default' do
|
||||
expect(OrderArticle.ordered.count).to eq 0
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue