Remove unnecessary test setup code

This commit is contained in:
Luis Ramos
2020-01-15 12:51:38 +00:00
parent 6bb04f6cc6
commit aff934c814
2 changed files with 0 additions and 20 deletions

View File

@@ -7,16 +7,6 @@ describe "checking out an order with a Stripe Connect payment method", type: :re
let!(:order_cycle) { create(:simple_order_cycle) }
let!(:enterprise) { create(:distributor_enterprise) }
let!(:exchange) do
create(
:exchange,
order_cycle: order_cycle,
sender: order_cycle.coordinator,
receiver: enterprise,
incoming: false,
pickup_time: "Monday"
)
end
let!(:shipping_method) do
create(
:shipping_method,

View File

@@ -7,16 +7,6 @@ describe "checking out an order with a Stripe SCA payment method", type: :reques
let!(:order_cycle) { create(:simple_order_cycle) }
let!(:enterprise) { create(:distributor_enterprise) }
let!(:exchange) do
create(
:exchange,
order_cycle: order_cycle,
sender: order_cycle.coordinator,
receiver: enterprise,
incoming: false,
pickup_time: "Monday"
)
end
let!(:shipping_method) do
create(
:shipping_method,