Removed extra newline from redis_spec.rb

This commit is contained in:
Yorick Peterse 2016-08-10 13:05:41 +02:00
parent 0f4ff69fb4
commit 023d481258
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 0 additions and 1 deletions

View File

@ -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