Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-06-13 08:48:05 +0300
committerJasper Maes <jaspermaes.jm@gmail.com>2018-06-13 08:52:35 +0300
commitbe16f54d9d167c6338367c8175aaf135c44dab94 (patch)
treef37de508a845b4859f46e569afb5d1a55fbcdb58 /changelogs
parentfba123a329f44ed80bbf71feb639dab9afc13d6f (diff)
Rails5 fix expected `issuable.reload.updated_at` to have changed
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rails5-fix-47366.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-fix-47366.yml b/changelogs/unreleased/rails5-fix-47366.yml
new file mode 100644
index 00000000000..7ea03d2b95e
--- /dev/null
+++ b/changelogs/unreleased/rails5-fix-47366.yml
@@ -0,0 +1,5 @@
+---
+title: Rails5 fix expected `issuable.reload.updated_at` to have changed
+merge_request: 19733
+author: Jasper Maes
+type: fixed