From af44c0ba860084c121523d1403932fc4caefcb0a Mon Sep 17 00:00:00 2001 From: ubudzisz Date: Fri, 15 Jul 2016 11:10:30 +0200 Subject: [PATCH] modify view test to commit title modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop remove empty line in CHANGELOG --- CHANGELOG | 1 - spec/views/projects/builds/show.html.haml_spec.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 29446e044db..c25b594f3c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -130,7 +130,6 @@ v 8.9.7 (unreleased) v 8.9.6 - Fix importing of events under notes for GitLab projects - v 8.9.5 - Add more debug info to import/export and memory killer. !5108 - Fixed avatar alignment in new MR view. !5095 diff --git a/spec/views/projects/builds/show.html.haml_spec.rb b/spec/views/projects/builds/show.html.haml_spec.rb index f7d5d8b020b..61004d0fed7 100644 --- a/spec/views/projects/builds/show.html.haml_spec.rb +++ b/spec/views/projects/builds/show.html.haml_spec.rb @@ -10,7 +10,6 @@ describe 'projects/builds/show' do before do assign(:build, build) assign(:project, project) - assign(:commit_title, build.project.commit.title) allow(view).to receive(:can?).and_return(true) end