Commit c11cb0b3 authored by Brett Walker's avatar Brett Walker

Fix problem with spec that showed up in EE merge

parent af80955b
......@@ -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