2013-01-31 08:11:35 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: user_team_project_relationships
|
|
|
|
#
|
|
|
|
# id :integer not null, primary key
|
|
|
|
# project_id :integer
|
|
|
|
# user_team_id :integer
|
|
|
|
# greatest_access :integer
|
|
|
|
# created_at :datetime not null
|
|
|
|
# updated_at :datetime not null
|
|
|
|
#
|
|
|
|
|
2013-01-19 18:06:50 +01:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe UserTeamProjectRelationship do
|
|
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
|
|
end
|