diff options
author | ubudzisz <ubudzisz@gmail.com> | 2016-07-11 13:15:03 +0200 |
---|---|---|
committer | ubudzisz <ubudzisz@gmail.com> | 2016-07-18 12:39:24 +0200 |
commit | 86df8bc3530121440c3d4e3a56758206eaf73710 (patch) | |
tree | 89a072421157c3757182030d5a8a6f96a3b646f9 /spec/views | |
parent | fda1d011824c24fc38dcac0e2fc795a4515ae2ec (diff) | |
download | gitlab-ce-86df8bc3530121440c3d4e3a56758206eaf73710.tar.gz |
repair rubocop test
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 |