From 775e7965a2a8feef6bd220adc833cb7a7816e9d3 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Thu, 6 Mar 2014 18:18:13 +0100 Subject: [PATCH] One naughty spec slipped through the commit barrier... --- spec/models/list_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/list_spec.rb b/spec/models/list_spec.rb index c4c6db88..a8f0c9b6 100644 --- a/spec/models/list_spec.rb +++ b/spec/models/list_spec.rb @@ -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'