Commit 30587523 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-46' into 'master'

Fix title and description from "JIRA" to "Bugzilla"

See merge request gitlab-org/gitlab!22255
parents 2b4277ac 75326f44
......@@ -34,8 +34,6 @@ describe BugzillaService do
end
context 'overriding properties' do
let(:default_title) { 'JIRA' }
let(:default_description) { 'JiraService|Jira issue tracker' }
let(:url) { 'http://bugzilla.example.com' }
let(:access_params) do
{ project_url: url, issues_url: url, new_issue_url: url }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment