diff options
Diffstat (limited to 'spec/gitlab_config_spec.rb')
-rw-r--r-- | spec/gitlab_config_spec.rb | 1 |
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 |