summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <fcardozo@gitlab.com>2018-08-20 15:13:03 +0000
committerFelipe Artur <fcardozo@gitlab.com>2018-08-20 15:13:03 +0000
commit9b2b87f3cc4c520ddbf73a5f5942ca3844717e8b (patch)
treedec8d4a11d554a7ae1fc88e9af9f1a3cf1f4ac61
parent1829266ac4f77f0e1e587a732c2ab51f88ae81ce (diff)
downloadgitlab-ce-fa-add_jira_specs.tar.gz
Update jira_service_spec.rbfa-add_jira_specs
-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 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))