summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 15:07:09 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 15:07:09 +0300
commit668358439e5f4c92c96fc1ae72b0cf06df8dbd90 (patch)
tree364525f3f28e31e3e7a8b73a505d1025f1195b1d /spec/lib
parent08be25eb4b9e618dcc65a0ffaea5bf0c63dc8a65 (diff)
downloadgitlab-ce-668358439e5f4c92c96fc1ae72b0cf06df8dbd90.tar.gz
Fix tests after can_create_team was removed
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/auth_spec.rb1
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