One naughty spec slipped through the commit barrier...
This commit is contained in:
@@ -149,7 +149,7 @@ describe List do
|
|||||||
it 'sets the list price as kind of caching' do
|
it 'sets the list price as kind of caching' do
|
||||||
list.place_order(user, product.id => 7)
|
list.place_order(user, product.id => 7)
|
||||||
list.reload
|
list.reload
|
||||||
list.price.should == 3
|
list.price.should == 15.54
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'product order creation'
|
describe 'product order creation'
|
||||||
|
|||||||
Reference in New Issue
Block a user