diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 13:31:04 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 13:50:18 +0200 |
commit | 1b1a79911a79b098a53adc527bafbafc920716e1 (patch) | |
tree | 56dcc14b02d4a27932fc8a1b28609973c3367a43 /spec/models/build_spec.rb | |
parent | 574e71ce3eda70add20b27ccd935e07186a5d7b0 (diff) | |
download | gitlab-ci-annotations.tar.gz |
Update annotationsannotations
Diffstat (limited to 'spec/models/build_spec.rb')
-rw-r--r-- | spec/models/build_spec.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/models/build_spec.rb b/spec/models/build_spec.rb index b7e9672..8bc9807 100644 --- a/spec/models/build_spec.rb +++ b/spec/models/build_spec.rb @@ -15,6 +15,9 @@ # coverage :float # commands :text # options :text +# job_id :integer +# name :string(255) +# deploy :boolean default(FALSE) # require 'spec_helper' |