From 8f777b4d3821dba2d1676845773edabe5e375604 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Fri, 8 Oct 2021 10:26:14 +0100 Subject: [PATCH] Updates authentication_spec.rb into system spec --- spec/{features => system}/consumer/authentication_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/authentication_spec.rb (99%) diff --git a/spec/features/consumer/authentication_spec.rb b/spec/system/consumer/authentication_spec.rb similarity index 99% rename from spec/features/consumer/authentication_spec.rb rename to spec/system/consumer/authentication_spec.rb index e79bcdd6cf..e4e0ab4c35 100644 --- a/spec/features/consumer/authentication_spec.rb +++ b/spec/system/consumer/authentication_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe "Authentication", js: true do include AuthenticationHelper