mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
11 lines
208 B
Ruby
11 lines
208 B
Ruby
|
|
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
|