summaryrefslogtreecommitdiff
path: root/spec/views/projects/commit
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-16 00:44:31 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-03-16 00:44:31 +0000
commitec970763e996b6a302cd7361c48d461d5622e7a0 (patch)
tree3a225fc02e093efbb5c6d48908c9dcf43acd52fe /spec/views/projects/commit
parentacb1b3eec1ac1859b08de4ecbed3f494e1ca50e8 (diff)
downloadgitlab-ce-ec970763e996b6a302cd7361c48d461d5622e7a0.tar.gz
Adds pipeline mini-graph to system information box in Commit View
Diffstat (limited to 'spec/views/projects/commit')
-rw-r--r--spec/views/projects/commit/_commit_box.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/commit/_commit_box.html.haml_spec.rb b/spec/views/projects/commit/_commit_box.html.haml_spec.rb
index f2919f20e85..8bc344bfbf6 100644
--- a/spec/views/projects/commit/_commit_box.html.haml_spec.rb
+++ b/spec/views/projects/commit/_commit_box.html.haml_spec.rb
@@ -25,7 +25,7 @@ describe 'projects/commit/_commit_box.html.haml' do
render
- expect(rendered).to have_text("Pipeline ##{third_pipeline.id} for #{Commit.truncate_sha(project.commit.sha)} failed")
+ expect(rendered).to have_text("Pipeline ##{third_pipeline.id} failed")
end
context 'viewing a commit' do