1
0
Fork 0

Fix code style

This commit is contained in:
Alex Kotov 2018-12-13 03:33:41 +05:00
parent 230e45217b
commit 66944ce99e
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 2 additions and 1 deletions

View File

@ -16,5 +16,6 @@ end
Then 'I fail to sign in' do
expect(page.current_path).to eq '/users/sign_in'
expect(page).to have_css 'div.alert.alert-warning', text: 'Неправильный Email или пароль.'
expect(page).to have_css 'div.alert.alert-warning',
text: 'Неправильный Email или пароль.'
end