summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-23 14:55:57 +0000
committerRémy Coutable <remy@rymai.me>2017-10-23 14:55:57 +0000
commitd5e2f873db06f6505ceac0936bdf50f5e312f70b (patch)
treede4c3931b90e1af72c32cd0096462ef47f086b5e /changelogs/unreleased
parentb5410a28237972e1057790d9dc80118b0b6fc2fa (diff)
parent2f40dac35280f9de9af8c47bdf85c2f0b2d53680 (diff)
downloadgitlab-ce-d5e2f873db06f6505ceac0936bdf50f5e312f70b.tar.gz
Merge branch '35644-refactor-have-http-status-into-have-gitlab-http-status' into 'master'
Refactor `have_http_status` into `have_gitlab_http_status` in the specs Closes #35644 See merge request gitlab-org/gitlab-ce!14958
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/35644-refactor-have-http-status-into-have-gitlab-http-status.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/35644-refactor-have-http-status-into-have-gitlab-http-status.yml b/changelogs/unreleased/35644-refactor-have-http-status-into-have-gitlab-http-status.yml
new file mode 100644
index 00000000000..b03baab4950
--- /dev/null
+++ b/changelogs/unreleased/35644-refactor-have-http-status-into-have-gitlab-http-status.yml
@@ -0,0 +1,5 @@
+---
+title: Refactor have_http_status into have_gitlab_http_status
+merge_request: 14958
+author: Jacopo Beschi @jacopo-beschi
+type: added