From a24604f146fbaba29e5541f56d068adaa4b7275c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 26 May 2023 10:24:11 +0200 Subject: [PATCH] Remove unused enterprise declaration --- spec/models/custom_tab_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/models/custom_tab_spec.rb b/spec/models/custom_tab_spec.rb index 90865fb483..cad60ef8a2 100644 --- a/spec/models/custom_tab_spec.rb +++ b/spec/models/custom_tab_spec.rb @@ -3,8 +3,6 @@ require 'spec_helper' describe CustomTab do - let(:enterprise) { build(:enterprise) } - describe 'associations' do it { is_expected.to belong_to(:enterprise).required } end