mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Use a namespace for tests
This commit is contained in:
parent
73c7962b65
commit
829b818d84
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq (0.10.1)
|
||||
sidekiq (0.11.0)
|
||||
celluloid (~> 0.10.0)
|
||||
connection_pool (~> 0.9.0)
|
||||
multi_json
|
||||
|
|
|
@ -12,4 +12,4 @@ require 'sidekiq/util'
|
|||
Sidekiq::Util.logger.level = Logger::ERROR
|
||||
|
||||
require 'sidekiq/redis_connection'
|
||||
REDIS = Sidekiq::RedisConnection.create(:url => "redis://localhost/15")
|
||||
REDIS = Sidekiq::RedisConnection.create(:url => "redis://localhost/15", :namespace => 'testy')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue