This commit is contained in:
Victor Wu 2016-12-10 00:55:16 +00:00 committed by victorwu
parent a6ca5689b0
commit 602447a399
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ describe 'projects/commit/_commit_box.html.haml' do
it 'shows the commit SHA' do
render
expect(rendered).to have_text("Commit #{Commit.truncate_sha(project.commit.sha)}")
expect(rendered).to have_text("#{Commit.truncate_sha(project.commit.sha)}")
end
it 'shows the last pipeline that ran for the commit' do