diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2017-12-12 18:30:52 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2017-12-12 18:30:52 -0800 |
commit | 516bf4a94d68e8238d9740badfaa76006f7abd07 (patch) | |
tree | 602c35cc03cba5c3d7accca148c694c54fc5e79b /spec/gitlab_config_spec.rb | |
parent | 5a9245e02088f5de70d1d217557dea344e047ada (diff) | |
download | gitlab-shell-remove-redis-cli.tar.gz |
Remove unused redis bin configuration.remove-redis-cli
Diffstat (limited to 'spec/gitlab_config_spec.rb')
-rw-r--r-- | spec/gitlab_config_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/gitlab_config_spec.rb b/spec/gitlab_config_spec.rb index b92da65..e33e606 100644 --- a/spec/gitlab_config_spec.rb +++ b/spec/gitlab_config_spec.rb @@ -10,7 +10,6 @@ describe GitlabConfig do config.instance_variable_set(:@config, YAML.load(config_file)) end - it { config.redis['bin'].should eq('/usr/bin/redis-cli') } it { config.redis['host'].should eq('127.0.1.1') } it { config.redis['port'].should eq(6378) } it { config.redis['database'].should eq(1) } |