diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-16 00:44:31 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2017-03-16 00:44:31 +0000 |
commit | ec970763e996b6a302cd7361c48d461d5622e7a0 (patch) | |
tree | 3a225fc02e093efbb5c6d48908c9dcf43acd52fe /spec/views | |
parent | acb1b3eec1ac1859b08de4ecbed3f494e1ca50e8 (diff) | |
download | gitlab-ce-ec970763e996b6a302cd7361c48d461d5622e7a0.tar.gz |
Adds pipeline mini-graph to system information box in Commit View
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/projects/commit/_commit_box.html.haml_spec.rb | 2 |
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 |