Commit 023d4812 authored by Yorick Peterse's avatar Yorick Peterse

Removed extra newline from redis_spec.rb

parent 0f4ff69f
......@@ -67,7 +67,6 @@ describe Gitlab::Redis do
expect(subject).to receive(:fetch_config) { 'redis://myredis:6379' }
expect(subject.send(:raw_config_hash)).to eq(url: 'redis://myredis:6379')
end
end
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