summaryrefslogtreecommitdiff
path: root/spec/models/ci/runner_project_spec.rb
blob: da8491357a5eb4357b897380a30072973fb413d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# == Schema Information
#
# Table name: ci_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 Ci::RunnerProject, models: true do
  pending "add some examples to (or delete) #{__FILE__}"
end