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

use ENV.to_hash instead of ENV.to_h to support antique rubies

This commit is contained in:
Charlie Somerville 2014-06-08 13:53:47 +10:00
parent 0fa82c28fc
commit f920fbc0ed

View file

@ -71,7 +71,7 @@ class TestRedisConnection < Sidekiq::Test
describe ".determine_redis_provider" do
before do
@old_env = ENV.to_h
@old_env = ENV.to_hash
end
after do