Remove unused enterprise declaration

This commit is contained in:
Jean-Baptiste Bellet
2023-05-26 10:24:11 +02:00
parent f961548da2
commit a24604f146

View File

@@ -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