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'
|
|
|
|
|
|
|
|
describe Ci::RunnerProject do
|
|
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
|
|
end
|