From ace761464e22b873f74cac9db5fdfc3644478da5 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Fri, 29 Oct 2021 12:35:57 +0100 Subject: [PATCH] Moves/updates enteprises_spec into system --- spec/{features => system}/admin/enterprises_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/admin/enterprises_spec.rb (99%) diff --git a/spec/features/admin/enterprises_spec.rb b/spec/system/admin/enterprises_spec.rb similarity index 99% rename from spec/features/admin/enterprises_spec.rb rename to spec/system/admin/enterprises_spec.rb index cb35aed676..8b51de9d79 100644 --- a/spec/features/admin/enterprises_spec.rb +++ b/spec/system/admin/enterprises_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require "spec_helper" +require "system_helper" describe ' As an administrator