Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-04 12:16:21 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-04 12:16:21 +0300
commit53c917a6c6b410dbc56c75f3282ced8f95829d57 (patch)
tree286c570bbe8fc096d5b01dbfe28fb5754d7c6174 /spec/factories/ci
parent020623f3bbdb25c07e31985f0fe072988ba0eff2 (diff)
Remove unmaintainable db schema comment from build factory
Diffstat (limited to 'spec/factories/ci')
-rw-r--r--spec/factories/ci/builds.rb27
1 files changed, 0 insertions, 27 deletions
diff --git a/spec/factories/ci/builds.rb b/spec/factories/ci/builds.rb
index f0ae3a18561..c1b6ecd329a 100644
--- a/spec/factories/ci/builds.rb
+++ b/spec/factories/ci/builds.rb
@@ -1,30 +1,3 @@
-# == Schema Information
-#
-# Table name: builds
-#
-# id :integer not null, primary key
-# project_id :integer
-# status :string(255)
-# finished_at :datetime
-# trace :text
-# created_at :datetime
-# updated_at :datetime
-# started_at :datetime
-# runner_id :integer
-# commit_id :integer
-# coverage :float
-# commands :text
-# job_id :integer
-# name :string(255)
-# deploy :boolean default(FALSE)
-# options :text
-# allow_failure :boolean default(FALSE), not null
-# stage :string(255)
-# trigger_request_id :integer
-#
-
-# Read about factories at https://github.com/thoughtbot/factory_girl
-
FactoryGirl.define do
factory :ci_build, class: Ci::Build do
name 'test'