summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <fcardozo@gitlab.com>2018-08-20 14:41:04 +0000
committerFelipe Artur <fcardozo@gitlab.com>2018-08-20 14:41:04 +0000
commit1829266ac4f77f0e1e587a732c2ab51f88ae81ce (patch)
treea0599884f4b02742a3f099e48ab43962cea6420f
parentad3183e25ff67158c0ac0203da31ccb64b013f2b (diff)
downloadgitlab-ce-1829266ac4f77f0e1e587a732c2ab51f88ae81ce.tar.gz
Update jira_service_spec.rb
-rw-r--r--spec/models/project_services/jira_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_services/jira_service_spec.rb b/spec/models/project_services/jira_service_spec.rb
index f1c74dc81df..ee8cba82e08 100644
--- a/spec/models/project_services/jira_service_spec.rb
+++ b/spec/models/project_services/jira_service_spec.rb
@@ -215,7 +215,7 @@ describe JiraService do
).once
end
- it 'references the GitLab commit/merge request (relative URL)' do
+ it 'references the GitLab commit' do
stub_config_setting(relative_url_root: '/gitlab')
stub_config_setting(url: Settings.send(:build_gitlab_url))