mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Merge pull request #4912 from luisramos0/cart_serv_fix
Make cart_service spec green in rails 4 branch
This commit is contained in:
@@ -2,7 +2,7 @@ require 'spec_helper'
|
||||
|
||||
describe CartService do
|
||||
let(:order) { double(:order, id: 123) }
|
||||
let(:currency) { double(:currency) }
|
||||
let(:currency) { "EUR" }
|
||||
let(:params) { {} }
|
||||
let(:distributor) { double(:distributor) }
|
||||
let(:order_cycle) { double(:order_cycle) }
|
||||
|
||||
Reference in New Issue
Block a user