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:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-08-17 11:09:42 +0300
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-08-18 17:56:39 +0300
commitde7b8e51b8b7b5bfaa72ee62a4eb08497cf69b4b (patch)
tree06009695cc0888c2bf7e5cf112f241031fcd3206 /spec/factories
parentac73de508e21af95b473bfafc2ca2543b234430d (diff)
Add endpoints for pipelines
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/ci/pipelines.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/spec/factories/ci/pipelines.rb b/spec/factories/ci/pipelines.rb
index 04d66020c87..ac2a1ba5dff 100644
--- a/spec/factories/ci/pipelines.rb
+++ b/spec/factories/ci/pipelines.rb
@@ -1,21 +1,3 @@
-# == Schema Information
-#
-# Table name: commits
-#
-# id :integer not null, primary key
-# project_id :integer
-# ref :string(255)
-# sha :string(255)
-# before_sha :string(255)
-# push_data :text
-# created_at :datetime
-# updated_at :datetime
-# tag :boolean default(FALSE)
-# yaml_errors :text
-# committed_at :datetime
-# gl_project_id :integer
-#
-
FactoryGirl.define do
factory :ci_empty_pipeline, class: Ci::Pipeline do
ref 'master'