gitlab-org--gitlab-foss/spec/models/ci/runner_project_spec.rb

18 lines
399 B
Ruby
Raw Normal View History

2015-08-25 21:42:46 -04:00
# == Schema Information
#
# Table name: ci_runner_projects
2015-08-25 21:42:46 -04:00
#
2016-01-05 21:30:59 -05:00
# id :integer not null, primary key
# runner_id :integer not null
# project_id :integer
# created_at :datetime
# updated_at :datetime
# gl_project_id :integer
2015-08-25 21:42:46 -04:00
#
require 'spec_helper'
2015-12-09 04:50:51 -05:00
describe Ci::RunnerProject, models: true do
2015-08-25 21:42:46 -04:00
pending "add some examples to (or delete) #{__FILE__}"
end