Commit 5a953741 authored by Stan Hu's avatar Stan Hu

Merge branch 'bw-fix-spec-in-merge' into 'master'

Fix problem with spec that showed up in EE merge

See merge request gitlab-org/gitlab-ce!22675
parents 67d97e3b c11cb0b3
......@@ -37,7 +37,7 @@ describe Groups::BoardsController do
allow(visited).to receive(:board_id).and_return(12)
allow_any_instance_of(Boards::Visits::LatestService).to receive(:execute).and_return(visited)
list_boards
list_boards format: :html
expect(response).to render_template :index
expect(response.content_type).to eq 'text/html'
......
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