describe 'GET #index' do
      before do
        5.times { FactoryBot.create :user }
        get :index
      end