fix user_browses_commits_spec

This commit is contained in:
Luke Bennett 2018-07-20 13:25:31 +01:00
parent 992d034ac3
commit 362e9e40b1
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -238,6 +238,5 @@ def check_author_link(email, author)
author_link = find('.commit-author-link')
expect(author_link['href']).to eq(user_path(author))
expect(author_link['title']).to eq(email)
expect(find('.commit-author-name').text).to eq(author.name)
end