From a11cd901af6fa2fb3cbdc1907e700a0a0160c4fb Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Fri, 29 Oct 2021 12:09:11 +0100 Subject: [PATCH] Moves/updates enteprise_user into system --- spec/{features => system}/admin/enterprise_user_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/admin/enterprise_user_spec.rb (98%) diff --git a/spec/features/admin/enterprise_user_spec.rb b/spec/system/admin/enterprise_user_spec.rb similarity index 98% rename from spec/features/admin/enterprise_user_spec.rb rename to spec/system/admin/enterprise_user_spec.rb index 94fb762cf0..438b3a1289 100644 --- a/spec/features/admin/enterprise_user_spec.rb +++ b/spec/system/admin/enterprise_user_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require "spec_helper" +require "system_helper" describe ' As a Super User