Fix commits_spec
This commit is contained in:
parent
c5503a99bc
commit
c2dc6965bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue