1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2014-02-01 21:14:32 -08:00
parent 9dc4e065d5
commit 44379c8d48

View file

@ -81,12 +81,6 @@ class TestRedisConnection < Sidekiq::Test
ENV[var] = nil
end
describe "with REDISTOGO_URL set" do
it "sets connection URI to RedisToGo" do
with_env_var 'REDISTOGO_URL', 'redis://redis-to-go:6379/0'
end
end
describe "with REDISTOGO_URL and a parallel REDIS_PROVIDER set" do
it "sets connection URI to the provider" do
uri = 'redis://sidekiq-redis-provider:6379/0'