Commit 729ad5d5 authored by Lin Jen-Shin's avatar Lin Jen-Shin

This might be fixed on master already, but well

parent cc3dbf83
...@@ -67,7 +67,6 @@ describe Gitlab::Redis do ...@@ -67,7 +67,6 @@ describe Gitlab::Redis do
expect(subject).to receive(:fetch_config) { 'redis://myredis:6379' } expect(subject).to receive(:fetch_config) { 'redis://myredis:6379' }
expect(subject.send(:raw_config_hash)).to eq(url: 'redis://myredis:6379') expect(subject.send(:raw_config_hash)).to eq(url: 'redis://myredis:6379')
end end
end end
describe '#fetch_config' do describe '#fetch_config' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment