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

Fix for Ruby 1.9

This commit is contained in:
Tobias Maier 2014-01-01 23:37:28 +01:00
parent 67f8adf5ae
commit 37a576aa91

View file

@ -134,7 +134,7 @@ class TestMiddleware < Sidekiq::Test
it 'supports I18n.enforce_available_locales = true' do
I18n.enforce_available_locales = true
I18n.available_locales = %i(en jp)
I18n.available_locales = [:en, :jp]
msg = { 'locale' => 'jp' }
mw = Sidekiq::Middleware::I18n::Server.new