Fix commits_spec

This commit is contained in:
Annabel Dunstone Gray 2017-12-13 09:09:51 -07:00
parent c5503a99bc
commit c2dc6965bb
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ describe 'Commits' do
commits = project.repository.commits(branch_name)
commits.each do |commit|
expect(page).to have_content("committed #{commit.committed_date.strftime("%b %d, %Y")}")
expect(page).to have_content("authored #{commit.authored_date.strftime("%b %d, %Y")}")
end
end