diff --git a/ee/spec/models/ee/integration_spec.rb b/ee/spec/models/ee/integration_spec.rb index 85c5f0ed03fd1d9c006339e78ff5618d43d694be..093e405e24d41b16116e738435701308259d2869 100644 --- a/ee/spec/models/ee/integration_spec.rb +++ b/ee/spec/models/ee/integration_spec.rb @@ -3,16 +3,6 @@ require 'spec_helper' RSpec.describe Integration do - describe '.available_integration_names' do - subject { described_class.available_integration_names } - - before do - allow(described_class).to receive(:integration_names).and_return(%w(foo)) - end - - it { is_expected.to include('foo') } - end - describe '.project_specific_integration_names' do specify do stub_const("EE::#{described_class.name}::EE_PROJECT_SPECIFIC_INTEGRATION_NAMES", ['ee_project_specific_name'])