- recipients.should include(['jane@example.org'])
- recipients.should include(['fatima@example.org'])
- recipients.should include(['fred@example.org'])
- recipients.should include(['moly@example.org'])
+ expect(recipients).to include(['jane@example.org'])
+ expect(recipients).to include(['fatima@example.org'])
+ expect(recipients).to include(['fred@example.org'])
+ expect(recipients).to include(['moly@example.org'])