summaryrefslogtreecommitdiff
path: root/spec/views
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 /spec/views
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
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/projects/builds/show.html.haml_spec.rb1
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