1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

fix build

This commit is contained in:
Mike Perham 2016-01-21 09:29:37 -08:00
parent 93fd5205fe
commit 7a69129769
2 changed files with 1 additions and 2 deletions

View file

@ -14,4 +14,3 @@ rvm:
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby-head

View file

@ -195,7 +195,7 @@ class TestClient < Sidekiq::Test
describe 'Sidekiq::Worker#set' do
class SetWorker
include Sidekiq::Worker
sidekiq_options queue: :foo, 'retry': 12
sidekiq_options :queue => :foo, 'retry' => 12
end
def setup