test that rails controller rendered a specific layout

Developer from somewhere

get :index
expect(response).to have_rendered(layout: 'main')