Skip to content

Commit 3ce79e0

Browse files
committed
fix spec
1 parent ac8247b commit 3ce79e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/models/user_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189

190190
it { user.is_admin?.should be_false }
191191
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 }
193193
it { user.can_create_project?.should be_true }
194194
it { user.first_name.should == 'John' }
195195
end

0 commit comments

Comments
 (0)