prepare for RSpec 3.0

This commit is contained in:
wvengen 2014-08-19 11:39:33 +02:00
parent 61a1efdfcf
commit 21838e9c84
7 changed files with 41 additions and 40 deletions

View file

@ -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