summaryrefslogtreecommitdiff
path: root/spec/gitlab_config_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-04 21:04:49 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-04 21:04:49 +0000
commit5d83d742c37d922e300ad26fc2b21db53131faa2 (patch)
tree879fcc73257d3d0a2ac0c82b806161d7b66321de /spec/gitlab_config_spec.rb
parent2512dc83f47fa15427768f70141c35fe08b822fb (diff)
downloadgitlab-shell-5d83d742c37d922e300ad26fc2b21db53131faa2.tar.gz
Fix tests
Diffstat (limited to 'spec/gitlab_config_spec.rb')
-rw-r--r--spec/gitlab_config_spec.rb4
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