context 'user clicks on the grant publishing rights to all past assignments button' do

      #verify user clicks on grant publishing rights to all assignments and redirect to grant page
      it 'redirects to grant page' do
        allow(AssignmentParticipant).to receive(:find).with('3').and_return(assignment_participant2)