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