Rename split_checkout_controller_spec.rb to checkout_controller_spec.rb

This commit is contained in:
Cillian O'Ruanaidh
2023-12-01 11:23:50 +00:00
parent a4b752e538
commit 931e42cf14

View File

@@ -2,7 +2,7 @@
require 'spec_helper'
describe SplitCheckoutController, type: :controller do
describe CheckoutController, type: :controller do
let(:user) { order.user }
let(:address) { create(:address) }
let(:distributor) { create(:distributor_enterprise, with_payment_and_shipping: true) }