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:
authorMatija Čupić <matteeyah@gmail.com>2018-01-30 04:01:53 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-02-05 20:58:19 +0300
commit9be519c199b01d4b4b1c69ec4d74a1e99345eb47 (patch)
tree117f601dda66d48671a3e83b7ed93f8a00c72805 /spec/fixtures
parentb48d8c8ad0bb2874db6b4c9accb3bebd19e9f2c8 (diff)
Add VariableSerializer for Ci::Variable
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/variable.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/variable.json b/spec/fixtures/api/schemas/variable.json
new file mode 100644
index 00000000000..422b4738418
--- /dev/null
+++ b/spec/fixtures/api/schemas/variable.json
@@ -0,0 +1,6 @@
+{
+ "id": "string",
+ "key": "string",
+ "value": "string",
+ "protected": "boolean"
+}