summaryrefslogtreecommitdiff
path: root/spec/features/admin
diff options
context:
space:
mode:
authorPavel Forkert <fxposter@gmail.com>2015-09-24 16:40:21 +0300
committerPavel Forkert <fxposter@gmail.com>2015-09-24 16:40:21 +0300
commit3dec9dc4a36db340a61fc2a0fbdc056957b0279f (patch)
tree626cee4ecf9a1f0a7425399bffea2d74868b6972 /spec/features/admin
parent82eeb5e284bd22bc04c82def521cc3d65eb2bcd1 (diff)
downloadgitlab-ce-3dec9dc4a36db340a61fc2a0fbdc056957b0279f.tar.gz
Clarify spec title explanation
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_users_spec.rb2
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)