diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-03 15:56:54 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-03 15:56:54 +0200 |
commit | c4b2b72bb7f09d73cc069740360405b35c341c30 (patch) | |
tree | 82982dc9d7fd6b94fe7af4047f0028da5192acdf /spec/models/build_spec.rb | |
parent | 55adce458244afdd40f5333bf13079f87062cfb7 (diff) | |
download | gitlab-ci-docker-image.tar.gz |
Added annotationsdocker-image
Diffstat (limited to 'spec/models/build_spec.rb')
-rw-r--r-- | spec/models/build_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/build_spec.rb b/spec/models/build_spec.rb index fd349ab..b7e9672 100644 --- a/spec/models/build_spec.rb +++ b/spec/models/build_spec.rb @@ -14,6 +14,7 @@ # commit_id :integer # coverage :float # commands :text +# options :text # require 'spec_helper' |