it{expect(withdraw_request_message(project)).toeq"Are you sure you want to withdraw your access request for the \"#{project.name_with_namespace}\" project?"}
it{expect(withdraw_request_message(group)).toeq"Are you sure you want to withdraw your access request for the \"#{group.name}\" group?"}
it{expect(remove_member_message(project_member)).toeq"You are going to remove #{project_member.user.name} from the #{project.name_with_namespace} project. Are you sure?"}
it{expect(remove_member_message(project_member_invite)).toeq"You are going to revoke the invitation for #{project_member_invite.invite_email} to join the #{project.name_with_namespace} project. Are you sure?"}
it{expect(remove_member_message(project_member_request)).toeq"You are going to deny #{requester.name}'s request to join the #{project.name_with_namespace} project. Are you sure?"}
it{expect(remove_member_message(group_member)).toeq"You are going to remove #{group_member.user.name} from the #{group.name} group. Are you sure?"}
it{expect(remove_member_message(group_member_invite)).toeq"You are going to revoke the invitation for #{group_member_invite.invite_email} to join the #{group.name} group. Are you sure?"}
it{expect(remove_member_message(group_member_request)).toeq"You are going to deny #{requester.name}'s request to join the #{group.name} group. Are you sure?"}