summaryrefslogtreecommitdiff
path: root/spec/models/project_services/custom_issue_tracker_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-62/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-3/+3
|
* Make sure all specs run properlyJarka Košanová2019-07-111-2/+4
| | | | | | - handling properties needs to be skipped when creating test records in order to test the legacy data
* Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-021-0/+43
| | | | | - instead of using properties - backward compatibility has to be kept for now
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
|
* added more specsJames Lopez2016-09-261-0/+16
|
* Remove schema annotations completelyValery Sizov2016-09-161-20/+0
|
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-0/+49
Signed-off-by: Rémy Coutable <remy@rymai.me>