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

17 lines
362 B
Ruby
Raw Normal View History

2015-08-26 01:42:46 +00:00
# == Schema Information
#
# Table name: ci_runner_projects
2015-08-26 01:42:46 +00: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-09-09 12:17:16 +00:00
describe Ci::RunnerProject do
2015-08-26 01:42:46 +00:00
pending "add some examples to (or delete) #{__FILE__}"
end