it 'displays the flash notice' do
      params = {id: 1}
      session = {user: student}
      get :decline, params: params, session: session
      expect(flash[:notice]).to eq 'Please accept the license agreement in order to use the system.'