Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubudzisz <ubudzisz@gmail.com>2016-07-11 14:15:03 +0300
committerubudzisz <ubudzisz@gmail.com>2016-07-18 13:39:24 +0300
commit86df8bc3530121440c3d4e3a56758206eaf73710 (patch)
tree89a072421157c3757182030d5a8a6f96a3b646f9 /spec/views
parentfda1d011824c24fc38dcac0e2fc795a4515ae2ec (diff)
repair rubocop test
Diffstat (limited to 'spec/views')
-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