worker_spec.rb revision 5a102b3c56d4ac75632c7e9244ee0ce5bdbbf13a
require 'spec_helper'
# We try to be explicit when using sidekiq
# testing modes. However inline! is the default
let(:balancer) { ConcurrencyBalancer.new }
before do
end
end
after do
end
end
end
# We need the String-Hash-Key syntax, because
# symbols
end
end
end
end