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

17 lines
359 B
Ruby
Raw Normal View History

2015-08-25 21:42:46 -04:00
# == 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'
2015-09-09 08:17:16 -04:00
describe Ci::RunnerProject do
2015-08-25 21:42:46 -04:00
pending "add some examples to (or delete) #{__FILE__}"
end