summaryrefslogtreecommitdiff
path: root/spec/workers
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-09-16 12:43:16 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-18 18:02:11 +0200
commita0c1a12dee276f5d587514d24432e7647e07aeec (patch)
tree8c5797f2fff43c72361343dbcd70d1cd13067a88 /spec/workers
parentbdfe6b9603a7a6947644929c4ea966018f98c840 (diff)
downloadgitlab-ce-a0c1a12dee276f5d587514d24432e7647e07aeec.tar.gz
remove API calls from CE to CIci_closer_integration
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/fork_registration_worker_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/workers/fork_registration_worker_spec.rb b/spec/workers/fork_registration_worker_spec.rb
deleted file mode 100644
index cc6f574b29c..00000000000
--- a/spec/workers/fork_registration_worker_spec.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-
-require 'spec_helper'
-
-describe ForkRegistrationWorker do
- context "as a resque worker" do
- it "reponds to #perform" do
- expect(ForkRegistrationWorker.new).to respond_to(:perform)
- end
- end
-end