From f484518ee5ce0c36ec5e63bc3a061c69fc80c765 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 24 Feb 2023 13:25:23 +1100 Subject: [PATCH] Remove unused test enterprise --- spec/system/admin/enterprises/index_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/system/admin/enterprises/index_spec.rb b/spec/system/admin/enterprises/index_spec.rb index 2245641582..8261cedcf4 100644 --- a/spec/system/admin/enterprises/index_spec.rb +++ b/spec/system/admin/enterprises/index_spec.rb @@ -35,7 +35,6 @@ describe 'Enterprises Index' do end context "editing enterprises in bulk" do - let!(:s){ create(:supplier_enterprise) } let!(:d){ create(:distributor_enterprise, sells: 'none') } let!(:d_manager) { create(:user, enterprise_limit: 1) }