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