fix spec
This commit is contained in:
parent
ac8247b46d
commit
3ce79e0658
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue