One naughty spec slipped through the commit barrier...

This commit is contained in:
2014-03-06 18:18:13 +01:00
parent 0e7a39b819
commit 775e7965a2
+1 -1
View File
@@ -149,7 +149,7 @@ describe List do
it 'sets the list price as kind of caching' do
list.place_order(user, product.id => 7)
list.reload
list.price.should == 3
list.price.should == 15.54
end
describe 'product order creation'