mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Fix Flipper stubs
This commit is contained in:
committed by
Jean-Baptiste Bellet
parent
1089ded2a2
commit
ac317bc3ce
@@ -49,7 +49,9 @@ describe "As a consumer, I want to checkout my order", js: true do
|
||||
end
|
||||
|
||||
before do
|
||||
allow(Flipper).to receive(:enabled?).with(:split_checkout).and_return(true)
|
||||
allow(Flipper).to receive(:enabled?).with(:split_checkout, anything).and_return(true)
|
||||
|
||||
add_enterprise_fee enterprise_fee
|
||||
set_order order
|
||||
add_product_to_cart order, product
|
||||
|
||||
Reference in New Issue
Block a user