fork_registration_worker_spec.rb 208 Bytes
Newer Older
Valery Sizov's avatar
Valery Sizov committed
1 2 3 4 5 6 7 8 9 10

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