diff --git a/spec/system/consumer/split_checkout_details_spec.rb b/spec/system/consumer/checkout/details_spec.rb similarity index 100% rename from spec/system/consumer/split_checkout_details_spec.rb rename to spec/system/consumer/checkout/details_spec.rb diff --git a/spec/system/consumer/split_checkout_guest_spec.rb b/spec/system/consumer/checkout/guest_spec.rb similarity index 100% rename from spec/system/consumer/split_checkout_guest_spec.rb rename to spec/system/consumer/checkout/guest_spec.rb diff --git a/spec/system/consumer/split_checkout_payment_spec.rb b/spec/system/consumer/checkout/payment_spec.rb similarity index 100% rename from spec/system/consumer/split_checkout_payment_spec.rb rename to spec/system/consumer/checkout/payment_spec.rb diff --git a/spec/system/consumer/split_checkout_summary_spec.rb b/spec/system/consumer/checkout/summary_spec.rb similarity index 100% rename from spec/system/consumer/split_checkout_summary_spec.rb rename to spec/system/consumer/checkout/summary_spec.rb diff --git a/spec/system/consumer/split_checkout_tax_incl_spec.rb b/spec/system/consumer/checkout/tax_incl_spec.rb similarity index 100% rename from spec/system/consumer/split_checkout_tax_incl_spec.rb rename to spec/system/consumer/checkout/tax_incl_spec.rb diff --git a/spec/system/consumer/split_checkout_tax_not_incl_spec.rb b/spec/system/consumer/checkout/tax_not_incl_spec.rb similarity index 100% rename from spec/system/consumer/split_checkout_tax_not_incl_spec.rb rename to spec/system/consumer/checkout/tax_not_incl_spec.rb