diff options
author | Pavel Forkert <fxposter@gmail.com> | 2015-09-24 16:40:21 +0300 |
---|---|---|
committer | Pavel Forkert <fxposter@gmail.com> | 2015-09-24 16:40:21 +0300 |
commit | 3dec9dc4a36db340a61fc2a0fbdc056957b0279f (patch) | |
tree | 626cee4ecf9a1f0a7425399bffea2d74868b6972 /spec/features | |
parent | 82eeb5e284bd22bc04c82def521cc3d65eb2bcd1 (diff) | |
download | gitlab-ce-3dec9dc4a36db340a61fc2a0fbdc056957b0279f.tar.gz |
Clarify spec title explanation
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/admin/admin_users_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_users_spec.rb b/spec/features/admin/admin_users_spec.rb index 67da3c199ad..c2c7364f6c5 100644 --- a/spec/features/admin/admin_users_spec.rb +++ b/spec/features/admin/admin_users_spec.rb @@ -112,7 +112,7 @@ describe "Admin::Users", feature: true do end describe 'Login as another user' do - it 'should show login button for other users' do + it 'should show login button for other users and check that it works' do another_user = create(:user) visit admin_user_path(another_user) |