Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 12:10:12 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 12:10:12 +0400
commit3ce79e06580c0efb0abeba0263bdc3ea10670e2d (patch)
treec83c30a4e28e4b9d838e80ec0925ae484ab4bc7f /spec/models/user_spec.rb
parentac8247b46df8eb8c475436fc276a3648379ae7a0 (diff)
fix spec
Diffstat (limited to 'spec/models/user_spec.rb')
-rw-r--r--spec/models/user_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index f19c40b5fa6..2ca82edf74e 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -189,7 +189,7 @@ describe User do
it { user.is_admin?.should be_false }
it { user.require_ssh_key?.should be_true }
- it { user.can_create_group?.should be_false }
+ it { user.can_create_group?.should be_true }
it { user.can_create_project?.should be_true }
it { user.first_name.should == 'John' }
end