Removed extra newline from redis_spec.rb
This commit is contained in:
parent
0f4ff69fb4
commit
023d481258
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue