From 9b2b87f3cc4c520ddbf73a5f5942ca3844717e8b Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Mon, 20 Aug 2018 15:13:03 +0000 Subject: Update jira_service_spec.rb --- spec/models/project_services/jira_service_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/project_services/jira_service_spec.rb b/spec/models/project_services/jira_service_spec.rb index ee8cba82e08..54f1a0e38a5 100644 --- a/spec/models/project_services/jira_service_spec.rb +++ b/spec/models/project_services/jira_service_spec.rb @@ -205,7 +205,7 @@ describe JiraService do expect(WebMock).not_to have_requested(:post, @remote_link_url) end - it 'references the GitLab commit/merge request' do + it 'references the GitLab commit' do stub_config_setting(base_url: custom_base_url) @jira_service.close_issue(resource, ExternalIssue.new('JIRA-123', project)) -- cgit v1.2.1