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

17 lines
376 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
#
# 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'
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