diff options
Diffstat (limited to 'spec/gitlab_config_spec.rb')
-rw-r--r-- | spec/gitlab_config_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/gitlab_config_spec.rb b/spec/gitlab_config_spec.rb index 6c87224..2b5525c 100644 --- a/spec/gitlab_config_spec.rb +++ b/spec/gitlab_config_spec.rb @@ -24,7 +24,7 @@ describe GitlabConfig do subject { config.gitlab_url } it { should_not be_empty } - it { should eq('http://localhost/') } + it { should eq('http://localhost:8080/') } end describe :audit_usernames do @@ -62,4 +62,4 @@ describe GitlabConfig do it { should_not include('-h') } end end -end +end
\ No newline at end of file |