resque / resque-web

a Rails-based web interface to Resque
235 stars 166 forks source link

Fix tests #134

Closed kirillplatonov closed 6 years ago

kirillplatonov commented 6 years ago

Changes:

Right now tests still this warning:

The client method is deprecated as of redis-rb 4.0.0, please use the new _clientmethod instead. Support for the old method will be removed in redis-namespace 2.0.

but it's caused by resque gem (see https://github.com/resque/resque/issues/1591)

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling bf50c2db6c958dc6554e7da336d2dc1b52608c7d on tests-fixes into on master.