diff options
author | ubudzisz <ubudzisz@gmail.com> | 2016-07-15 11:10:30 +0200 |
---|---|---|
committer | ubudzisz <ubudzisz@gmail.com> | 2016-07-18 12:39:25 +0200 |
commit | af44c0ba860084c121523d1403932fc4caefcb0a (patch) | |
tree | 454d1447eb3521f10a39bacb48df3cf8cd4cdf9b /spec/views | |
parent | 0c56fdcdda7b651b8ec7bf78cf86a0a8af2564c6 (diff) | |
download | gitlab-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
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/projects/builds/show.html.haml_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |