diff options
Diffstat (limited to 'spec/lib/auth_spec.rb')
-rw-r--r-- | spec/lib/auth_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/auth_spec.rb b/spec/lib/auth_spec.rb index 903d27686d3..2784d4e2fbe 100644 --- a/spec/lib/auth_spec.rb +++ b/spec/lib/auth_spec.rb @@ -99,7 +99,6 @@ describe Gitlab::Auth do user.should be_valid user.projects_limit.should == Gitlab.config.gitlab.default_projects_limit user.can_create_group.should == Gitlab.config.gitlab.default_can_create_group - user.can_create_team.should == Gitlab.config.gitlab.default_can_create_team end end end |