summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-08-10 18:59:06 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-08-10 18:59:06 +0800
commit729ad5d53f59b18f14f9c0c7ed306b34ae70c4b5 (patch)
tree62fc0655be1a1103765b5a9912b5d522400cf08a
parentcc3dbf83f4c0cf21fee56398f27851981f0e98f6 (diff)
downloadgitlab-ce-729ad5d53f59b18f14f9c0c7ed306b34ae70c4b5.tar.gz
This might be fixed on master already, but well
-rw-r--r--spec/lib/gitlab/redis_spec.rb1
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