diff options
author | gitlabhq <m@gitlabhq.com> | 2011-10-21 15:56:37 +0300 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-10-22 14:08:03 +0300 |
commit | 9fa4df16ec8f8317c83371c5768c30e276e49ae9 (patch) | |
tree | ac27ee867b38ba92cdb737621cb86737cbb17f1d /spec/support | |
parent | b3279b9b5170a19a2aa504eae94a9a8be5908755 (diff) | |
download | gitlab-ce-9fa4df16ec8f8317c83371c5768c30e276e49ae9.tar.gz |
now you can view comrade profile info #134
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/login.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/support/login.rb b/spec/support/login.rb index 09f64f9e3c3..462647ab856 100644 --- a/spec/support/login.rb +++ b/spec/support/login.rb @@ -3,7 +3,8 @@ module LoginMacros @user = User.create(:email => "user#{User.count}@mail.com", :name => "John Smith", :password => "123456", - :password_confirmation => "123456") + :password_confirmation => "123456", + :skype => 'user_skype') if role == :admin @user.admin = true |