diff --git a/spec/views/projects/builds/show.html.haml_spec.rb b/spec/views/projects/builds/show.html.haml_spec.rb
index 7051e084375801906f89adc982328cb3d04d8329..c66f15e3c0b3b57821abf49fb78977fe45a8e9dd 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