Commit 08d3a40c authored by Lin Jen-Shin's avatar Lin Jen-Shin

Expect @issuable_meta_data to be set, feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9956#note_25445832
parent 668a5b9f
...@@ -83,6 +83,7 @@ describe ProjectsController do ...@@ -83,6 +83,7 @@ describe ProjectsController do
get :show, namespace_id: project.namespace, id: project get :show, namespace_id: project.namespace, id: project
expect(response).to render_template('projects/issues/_issues') expect(response).to render_template('projects/issues/_issues')
expect(assigns(:issuable_meta_data)).not_to be_nil
end end
it 'shows customize workflow page if wiki and issues are disabled' do it 'shows customize workflow page if wiki and issues are disabled' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment