From 67ab8f63e0423872125e9e5e00ce9eaaddc6ce4e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 24 Mar 2023 13:29:57 +1100 Subject: [PATCH] Remove superfluous test setup There are no zones at the start of the test. This is probably a left-over from old times when specs were not encapsulated in transactions. --- spec/system/admin/configuration/zones_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/system/admin/configuration/zones_spec.rb b/spec/system/admin/configuration/zones_spec.rb index 91b38820ea..1b192f8d8a 100644 --- a/spec/system/admin/configuration/zones_spec.rb +++ b/spec/system/admin/configuration/zones_spec.rb @@ -8,7 +8,6 @@ describe "Zones" do before do login_as_admin - Spree::Zone.delete_all end it "list existing zones" do