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

update minitest inheritance class. avoid future deprecation

This commit is contained in:
Luciano Sousa 2014-05-13 14:06:27 -03:00
parent 7ffc9947d1
commit a74ba6c10d

View file

@ -28,7 +28,7 @@ require 'sidekiq'
require 'sidekiq/util'
Sidekiq.logger.level = Logger::ERROR
Sidekiq::Test = MiniTest::Unit::TestCase
Sidekiq::Test = Minitest::Test
require 'sidekiq/redis_connection'
redis_url = ENV['REDIS_URL'] || 'redis://localhost/15'