Skip to content
Snippets Groups Projects
Commit af44c0ba authored by ubudzisz's avatar ubudzisz
Browse files

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
parent 0c56fdcd
No related branches found
No related tags found
No related merge requests found
Loading
@@ -130,7 +130,6 @@ v 8.9.7 (unreleased)
Loading
@@ -130,7 +130,6 @@ v 8.9.7 (unreleased)
v 8.9.6 v 8.9.6
- Fix importing of events under notes for GitLab projects - Fix importing of events under notes for GitLab projects
   
v 8.9.5 v 8.9.5
- Add more debug info to import/export and memory killer. !5108 - Add more debug info to import/export and memory killer. !5108
- Fixed avatar alignment in new MR view. !5095 - Fixed avatar alignment in new MR view. !5095
Loading
Loading
Loading
@@ -10,7 +10,6 @@ describe 'projects/builds/show' do
Loading
@@ -10,7 +10,6 @@ describe 'projects/builds/show' do
before do before do
assign(:build, build) assign(:build, build)
assign(:project, project) assign(:project, project)
assign(:commit_title, build.project.commit.title)
   
allow(view).to receive(:can?).and_return(true) allow(view).to receive(:can?).and_return(true)
end end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment