debian-mirror-gitlab/spec/models/ci/runner_project_spec.rb

17 lines
376 B
Ruby
Raw Normal View History

2015-09-25 12:07:36 +05:30
# == Schema Information
#
2015-11-26 14:37:03 +05:30
# Table name: ci_runner_projects
2015-09-25 12:07:36 +05:30
#
# 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-23 02:04:40 +05:30
describe Ci::RunnerProject, models: true do
2015-09-25 12:07:36 +05:30
pending "add some examples to (or delete) #{__FILE__}"
end