From 349776924cda7a8ac9893cba414d1613173f5d61 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Wed, 11 May 2016 21:11:06 +0200 Subject: [PATCH] Change wording in tests to be more gender-neutral --- lib/generate/index.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/generate/index.test.js b/lib/generate/index.test.js index d1361e5..e4f3016 100644 --- a/lib/generate/index.test.js +++ b/lib/generate/index.test.js @@ -29,7 +29,7 @@ function fixtures() { 'These people contributed to the project:', 'FOO BAR BAZ', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); return {options, jfmengels, content}; @@ -51,7 +51,7 @@ test('should replace the content between the ALL-CONTRIBUTORS-LIST tags by a tab '| :---: | :---: | :---: |', '', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); const result = generate(options, contributorList, content); @@ -76,7 +76,7 @@ test('should split contributors into multiples lines when there are too many', t '| Kent C. Dodds is awesome! | Kent C. Dodds is awesome! |', '', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); const result = generate(options, contributorList, content); @@ -149,7 +149,7 @@ test('should inject nothing if there are no contributors', t => { '', '', '', - 'Thanks a lot guys!' + 'Thanks a lot everyone!' ].join('\n'); const result = generate(options, contributorList, content);