diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-04 14:19:05 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-04 14:19:05 +0200 |
commit | 06399b3261a4118bf5ab2d2c6fcee7aad869bc66 (patch) | |
tree | e87572c671ba0566b32129840a0b7a6dbc3820e0 /spec/fixtures/GoogleCodeProjectHosting.json | |
parent | e8fb197da285e7af1d39ba626f2f0f5c20c17eed (diff) | |
download | gitlab-ce-06399b3261a4118bf5ab2d2c6fcee7aad869bc66.tar.gz |
Show Google Code image attachments inline.
Diffstat (limited to 'spec/fixtures/GoogleCodeProjectHosting.json')
-rw-r--r-- | spec/fixtures/GoogleCodeProjectHosting.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/GoogleCodeProjectHosting.json b/spec/fixtures/GoogleCodeProjectHosting.json index a1d8d32adf3..85e354f8d0f 100644 --- a/spec/fixtures/GoogleCodeProjectHosting.json +++ b/spec/fixtures/GoogleCodeProjectHosting.json @@ -372,6 +372,11 @@ "fileName" : "tint2_task_scrolling.diff", "fileSize" : 3059, "mimetype" : "text/x-c++; charset=us-ascii" + }, { + "attachmentId" : "000", + "fileName" : "screenshot.png", + "fileSize" : 0, + "mimetype" : "image/png" } ] }, { "id" : 1, |