Commit 3ce79e06580c0efb0abeba0263bdc3ea10670e2d
1 parent
ac8247b4
Exists in
master
and in
4 other branches
fix spec
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/models/user_spec.rb
... | ... | @@ -189,7 +189,7 @@ describe User do |
189 | 189 | |
190 | 190 | it { user.is_admin?.should be_false } |
191 | 191 | it { user.require_ssh_key?.should be_true } |
192 | - it { user.can_create_group?.should be_false } | |
192 | + it { user.can_create_group?.should be_true } | |
193 | 193 | it { user.can_create_project?.should be_true } |
194 | 194 | it { user.first_name.should == 'John' } |
195 | 195 | end | ... | ... |