prepare for RSpec 3.0
This commit is contained in:
parent
61a1efdfcf
commit
21838e9c84
7 changed files with 41 additions and 40 deletions
|
|
@ -38,7 +38,7 @@ describe GroupOrderArticle do
|
|||
it 'can unorder a product' do
|
||||
goa.update_quantities(rand(1..99), rand(0..99))
|
||||
goa.update_quantities(0, 0)
|
||||
expect(GroupOrderArticle.exists?(goa.id)).to be_false
|
||||
expect(GroupOrderArticle.exists?(goa.id)).to be false
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue