Merge pull request #2746 from gitlabhq/features/teams
New feature: Teams
This commit is contained in:
commit
aa1f1eb680
115 changed files with 2714 additions and 174 deletions
|
@ -1,6 +1,6 @@
|
|||
require "spec_helper"
|
||||
|
||||
describe Team do
|
||||
describe ProjectTeam do
|
||||
let(:team) { create(:project).team }
|
||||
|
||||
describe "Respond to" do
|
5
spec/models/user_team_project_relationship_spec.rb
Normal file
5
spec/models/user_team_project_relationship_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe UserTeamProjectRelationship do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/models/user_team_spec.rb
Normal file
5
spec/models/user_team_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe UserTeam do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/models/user_team_user_relationship_spec.rb
Normal file
5
spec/models/user_team_user_relationship_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe UserTeamUserRelationship do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue