From d6a1c6aa1fc80c65c06639dbbf09cb08edb3254b Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 1 Nov 2021 17:48:24 +0000 Subject: [PATCH] Moves/updates overview_spec spec into system --- spec/{features => system}/admin/overview_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/admin/overview_spec.rb (99%) diff --git a/spec/features/admin/overview_spec.rb b/spec/system/admin/overview_spec.rb similarity index 99% rename from spec/features/admin/overview_spec.rb rename to spec/system/admin/overview_spec.rb index c25243444e..9c3ed18d1d 100644 --- a/spec/features/admin/overview_spec.rb +++ b/spec/system/admin/overview_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe ' As a backend user