Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/integrations/irker_worker_spec.rb')
-rw-r--r--spec/workers/integrations/irker_worker_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/workers/integrations/irker_worker_spec.rb b/spec/workers/integrations/irker_worker_spec.rb
index 27dc08212ea..3b7b9af72fd 100644
--- a/spec/workers/integrations/irker_worker_spec.rb
+++ b/spec/workers/integrations/irker_worker_spec.rb
@@ -101,12 +101,6 @@ RSpec.describe Integrations::IrkerWorker, '#perform' do
subject.perform(*arguments)
end
end
-
- context 'when using the old worker class' do
- let(:described_class) { ::IrkerWorker }
-
- it { expect(subject.perform(*arguments)).to be_truthy }
- end
end
def wrap_message(text)