describe 'GET #trash' do
      before do
        2.times { FactoryBot.create :asset }
        3.times { FactoryBot.create :asset, deleted_at: Time.zone.now }
        get :trash