Skip to content

Commit

Permalink
Use a namespace for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 4, 2012
1 parent 73c7962 commit 829b818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myapp/Gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -12,4 +12,4 @@
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')

0 comments on commit 829b818

Please sign in to comment.