summaryrefslogtreecommitdiff
path: root/spec/models/build_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/build_spec.rb')
-rw-r--r--spec/models/build_spec.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/spec/models/build_spec.rb b/spec/models/build_spec.rb
index de0e0b9..073a215 100644
--- a/spec/models/build_spec.rb
+++ b/spec/models/build_spec.rb
@@ -4,20 +4,15 @@
#
# id :integer not null, primary key
# project_id :integer
-# ref :string(255)
# status :string(255)
# finished_at :datetime
# trace :text
# created_at :datetime
# updated_at :datetime
-# sha :string(255)
# started_at :datetime
-# tmp_file :string(255)
-# before_sha :string(255)
-# push_data :text
# runner_id :integer
-# coverage :float
# commit_id :integer
+# coverage :float
# commands :text
# job_id :integer
#