This commit is contained in:
Dmitriy Zaporozhets 2013-01-25 10:10:12 +02:00
parent ac8247b46d
commit 3ce79e0658

View file

@ -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