提交 08d3a40c 编写于 作者: L Lin Jen-Shin

Expect @issuable_meta_data to be set, feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9956#note_25445832
上级 668a5b9f
......@@ -83,6 +83,7 @@ describe ProjectsController do
get :show, namespace_id: project.namespace, id: project
expect(response).to render_template('projects/issues/_issues')
expect(assigns(:issuable_meta_data)).not_to be_nil
end
it 'shows customize workflow page if wiki and issues are disabled' do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册