diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-03 15:56:54 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 13:04:36 +0200 |
commit | aaa08b5f48488fc7b6436e04f26a5680d9aebb09 (patch) | |
tree | 3df4fa18482559d69db0c63587f17bbce1c8e59e /spec/models | |
parent | 073c2a556e145d511e976b92f364b03aa4f3dd7f (diff) | |
download | gitlab-ci-aaa08b5f48488fc7b6436e04f26a5680d9aebb09.tar.gz |
Added annotations
Diffstat (limited to 'spec/models')
-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' |