Skip to content
Snippets Groups Projects
Commit 3ce79e06 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix spec

parent ac8247b4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment