context 'user matches with participant and user clicks on the grant button next to the assignment' do

      #test user matches with participant and clicks on the grant button and grant route is called
      it 'redirects to the grant page' do
        allow(AssignmentParticipant).to receive(:find).with('1').and_return(assignment_participant1)