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
This commit is contained in:
ubudzisz 2016-07-15 11:10:30 +02:00
parent 0c56fdcdda
commit af44c0ba86
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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