summaryrefslogtreecommitdiff
path: root/spec/models
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-03 15:51:23 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-03 15:51:23 +0200
commitc209575b049af34ebefacfceb22337da6f32149d (patch)
tree350a60a43b63897dcdee0682af0eb0c9637cce37 /spec/models
parentaad4f676fea567d10349240207d548360607fa1d (diff)
downloadgitlab-ci-encrypt-variables.tar.gz
Fix annotationsencrypt-variables
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/variable_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/variable_spec.rb b/spec/models/variable_spec.rb
index fd1ce1e..4575115 100644
--- a/spec/models/variable_spec.rb
+++ b/spec/models/variable_spec.rb
@@ -6,7 +6,7 @@
# project_id :integer not null
# key :string(255)
# value :text
-# encrypted_value :string(255)
+# encrypted_value :text
# encrypted_value_salt :string(255)
# encrypted_value_iv :string(255)
#