From 0d87aea9f5b603a5d6fe0d95ff2e77767b307872 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Fri, 8 Oct 2021 14:05:38 +0100 Subject: [PATCH] Updates and moves checkout_auth_spec into system --- .../consumer/shopping/checkout_auth_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/shopping/checkout_auth_spec.rb (99%) diff --git a/spec/features/consumer/shopping/checkout_auth_spec.rb b/spec/system/consumer/shopping/checkout_auth_spec.rb similarity index 99% rename from spec/features/consumer/shopping/checkout_auth_spec.rb rename to spec/system/consumer/shopping/checkout_auth_spec.rb index 9f26bd77f4..8461f8523a 100644 --- a/spec/features/consumer/shopping/checkout_auth_spec.rb +++ b/spec/system/consumer/shopping/checkout_auth_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe "As a consumer I want to check out my cart", js: true do include AuthenticationHelper