You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/07/15 13:11:30 UTC

[whimsy] branch master updated: concom retired as a list

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new e01a51c  concom retired as a list
e01a51c is described below

commit e01a51cdd5647e24f8b5fcfdc634bc07eb3acf74
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jul 15 14:11:23 2019 +0100

    concom retired as a list
---
 lib/spec/lib/mail/mail_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spec/lib/mail/mail_spec.rb b/lib/spec/lib/mail/mail_spec.rb
index 0d01eff..45b4d71 100644
--- a/lib/spec/lib/mail/mail_spec.rb
+++ b/lib/spec/lib/mail/mail_spec.rb
@@ -28,7 +28,7 @@ describe ASF::Mail do
   describe '.cansub(member, pmc_chair, ldap_pmcs)' do
     lists = ASF::Mail.cansub(false, false, nil)
     it 'should return public lists only' do
-      whitelist = ['infra-users', 'jobs', 'site-dev', 'committers-cvs', 'site-cvs', 'concom', 'party']
+      whitelist = ['infra-users', 'jobs', 'site-dev', 'committers-cvs', 'site-cvs', 'party']
       board = ['board', 'board-commits', 'board-chat']
       if TEST_DATA
         expect(lists.length).to be >= 7