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

runner_project_spec.rb « models « ci « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbefb24705aaa92854b4a5f6a938838a9a675321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# == Schema Information
#
# Table name: runner_projects
#
#  id         :integer          not null, primary key
#  runner_id  :integer          not null
#  project_id :integer          not null
#  created_at :datetime
#  updated_at :datetime
#

require 'spec_helper'

describe RunnerProject do
  pending "add some examples to (or delete) #{__FILE__}"
end