Clarify spec title explanation

This commit is contained in:
Pavel Forkert 2015-09-24 16:40:21 +03:00
parent 82eeb5e284
commit 3dec9dc4a3
1 changed files with 1 additions and 1 deletions

View File

@ -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)