summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubudzisz <ubudzisz@gmail.com>2016-07-11 13:15:03 +0200
committerubudzisz <ubudzisz@gmail.com>2016-07-18 12:39:24 +0200
commit86df8bc3530121440c3d4e3a56758206eaf73710 (patch)
tree89a072421157c3757182030d5a8a6f96a3b646f9
parentfda1d011824c24fc38dcac0e2fc795a4515ae2ec (diff)
downloadgitlab-ce-86df8bc3530121440c3d4e3a56758206eaf73710.tar.gz
repair rubocop test
-rw-r--r--spec/views/projects/builds/show.html.haml_spec.rb2
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