summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-12 19:10:13 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-12 19:10:13 +0300
commit00e30138af0ebec24255d08c5166cfd1faa28f6d (patch)
tree6060deff857e906d815340a4dcd5f214f5bea1cf /spec
parent24dda4a8b4355859a2451d9e67e3eaff6ff6e443 (diff)
parent4228aacaa77fdfb7a2be5c6198fb1e9a21d386e7 (diff)
downloadgitlab-shell-00e30138af0ebec24255d08c5166cfd1faa28f6d.tar.gz
Merge pull request #174 from UniIsland/redis-custom-database
support using custom redis database, fixes #173
Diffstat (limited to 'spec')
-rw-r--r--spec/gitlab_config_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/gitlab_config_spec.rb b/spec/gitlab_config_spec.rb
index aeeac56..d2b4776 100644
--- a/spec/gitlab_config_spec.rb
+++ b/spec/gitlab_config_spec.rb
@@ -11,6 +11,7 @@ describe GitlabConfig do
it { should have_key('bin') }
it { should have_key('host') }
it { should have_key('port') }
+ it { should have_key('database') }
it { should have_key('namespace') }
end