mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Rename SplitCheckoutHelper used in specs to CheckoutHelper
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module SplitCheckoutHelper
|
||||
module CheckoutHelper
|
||||
def have_checkout_details
|
||||
have_content "Your details"
|
||||
end
|
||||
@@ -4,7 +4,7 @@ require "system_helper"
|
||||
|
||||
describe "As a consumer, I want to checkout my order" do
|
||||
include ShopWorkflow
|
||||
include SplitCheckoutHelper
|
||||
include CheckoutHelper
|
||||
include FileHelper
|
||||
include StripeHelper
|
||||
include StripeStubs
|
||||
|
||||
@@ -4,7 +4,7 @@ require "system_helper"
|
||||
|
||||
describe "As a consumer, I want to checkout my order" do
|
||||
include ShopWorkflow
|
||||
include SplitCheckoutHelper
|
||||
include CheckoutHelper
|
||||
include FileHelper
|
||||
include AuthenticationHelper
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ require "system_helper"
|
||||
|
||||
describe "As a consumer, I want to checkout my order" do
|
||||
include ShopWorkflow
|
||||
include SplitCheckoutHelper
|
||||
include CheckoutHelper
|
||||
include FileHelper
|
||||
include StripeHelper
|
||||
include StripeStubs
|
||||
|
||||
@@ -4,7 +4,7 @@ require "system_helper"
|
||||
|
||||
describe "As a consumer, I want to checkout my order" do
|
||||
include ShopWorkflow
|
||||
include SplitCheckoutHelper
|
||||
include CheckoutHelper
|
||||
include FileHelper
|
||||
include StripeHelper
|
||||
include StripeStubs
|
||||
|
||||
@@ -4,7 +4,7 @@ require "system_helper"
|
||||
|
||||
describe "As a consumer, I want to see adjustment breakdown" do
|
||||
include ShopWorkflow
|
||||
include SplitCheckoutHelper
|
||||
include CheckoutHelper
|
||||
include CheckoutRequestsHelper
|
||||
include FileHelper
|
||||
include AuthenticationHelper
|
||||
|
||||
@@ -4,7 +4,7 @@ require "system_helper"
|
||||
|
||||
describe "As a consumer, I want to see adjustment breakdown", feature: :vouchers do
|
||||
include ShopWorkflow
|
||||
include SplitCheckoutHelper
|
||||
include CheckoutHelper
|
||||
include CheckoutRequestsHelper
|
||||
include FileHelper
|
||||
include AuthenticationHelper
|
||||
|
||||
Reference in New Issue
Block a user