summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubudzisz <ubudzisz@gmail.com>2016-07-15 11:10:30 +0200
committerubudzisz <ubudzisz@gmail.com>2016-07-18 12:39:25 +0200
commitaf44c0ba860084c121523d1403932fc4caefcb0a (patch)
tree454d1447eb3521f10a39bacb48df3cf8cd4cdf9b
parent0c56fdcdda7b651b8ec7bf78cf86a0a8af2564c6 (diff)
downloadgitlab-ce-af44c0ba860084c121523d1403932fc4caefcb0a.tar.gz
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
-rw-r--r--CHANGELOG1
-rw-r--r--spec/views/projects/builds/show.html.haml_spec.rb1
2 files changed, 0 insertions, 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