From d08f9ea8175481e2cbac4655011cfe0a5ff2c4e1 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 25 Oct 2021 17:06:48 +0100 Subject: [PATCH] Updates/moves adjustments spec into system --- spec/{features => system}/admin/adjustments_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/admin/adjustments_spec.rb (99%) diff --git a/spec/features/admin/adjustments_spec.rb b/spec/system/admin/adjustments_spec.rb similarity index 99% rename from spec/features/admin/adjustments_spec.rb rename to spec/system/admin/adjustments_spec.rb index ddb1bf76dd..5f94040282 100644 --- a/spec/features/admin/adjustments_spec.rb +++ b/spec/system/admin/adjustments_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require "spec_helper" +require "system_helper" describe ' As an administrator