Skip to content
Snippets Groups Projects
Commit 3dec9dc4 authored by Pavel Forkert's avatar Pavel Forkert
Browse files

Clarify spec title explanation

parent 82eeb5e2
No related branches found
No related tags found
No related merge requests found
Loading
@@ -112,7 +112,7 @@ describe "Admin::Users", feature: true do
Loading
@@ -112,7 +112,7 @@ describe "Admin::Users", feature: true do
end end
   
describe 'Login as another user' do 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) another_user = create(:user)
   
visit admin_user_path(another_user) visit admin_user_path(another_user)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment