BigW Consortium Gitlab

user_team_project_relationship_spec.rb 436 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
# == 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
#

13 14 15 16 17
require 'spec_helper'

describe UserTeamProjectRelationship do
  pending "add some examples to (or delete) #{__FILE__}"
end