diff options
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/projects/builds/show.html.haml_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/builds/show.html.haml_spec.rb b/spec/views/projects/builds/show.html.haml_spec.rb index 7051e084375..c66f15e3c0b 100644 --- a/spec/views/projects/builds/show.html.haml_spec.rb +++ b/spec/views/projects/builds/show.html.haml_spec.rb @@ -38,7 +38,7 @@ describe 'projects/builds/show' do expect(rendered).to have_link('Retry') end - it 'shows commit title' do + it 'shows commit title' do expect(rendered).to have_text(@git_commit_title) end end |