diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-08-10 18:59:06 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-08-10 18:59:06 +0800 |
commit | 729ad5d53f59b18f14f9c0c7ed306b34ae70c4b5 (patch) | |
tree | 62fc0655be1a1103765b5a9912b5d522400cf08a | |
parent | cc3dbf83f4c0cf21fee56398f27851981f0e98f6 (diff) | |
download | gitlab-ce-729ad5d53f59b18f14f9c0c7ed306b34ae70c4b5.tar.gz |
This might be fixed on master already, but well
-rw-r--r-- | spec/lib/gitlab/redis_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/redis_spec.rb b/spec/lib/gitlab/redis_spec.rb index 879ed30841c..e54f5ffb312 100644 --- a/spec/lib/gitlab/redis_spec.rb +++ b/spec/lib/gitlab/redis_spec.rb @@ -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 |