Commit c2dc6965 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix commits_spec

parent c5503a99
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment